public class GuiDrawBridge
extends info.u_team.u_team_core.gui.UGuiContainerTileEntity
Modifier and Type | Field and Description |
---|---|
static net.minecraft.util.ResourceLocation |
BACKGROUND |
handleNextSync, tileentity
dragSplitting, dragSplittingSlots, guiLeft, guiTop, INVENTORY_BACKGROUND, inventorySlots, xSize, ySize
Constructor and Description |
---|
GuiDrawBridge(TileEntityDrawBridge tileentity,
net.minecraft.entity.player.EntityPlayer entityplayer) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton button) |
void |
drawGuiContainerForegroundLayer(int mouseX,
int mouseY) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleServerDataOnFirstArrival(net.minecraft.nbt.NBTTagCompound compound) |
void |
initGui() |
handleServerData, handleServerDataInstant
drawGuiContainerBackgroundLayer
checkHotbarKeys, doesGuiPauseGame, getGuiLeft, getGuiTop, getSlotUnderMouse, getXSize, getYSize, handleMouseClick, hasClickedOutside, isPointInRegion, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, renderHoveredToolTip, updateScreen
addButton, confirmClicked, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution
public GuiDrawBridge(TileEntityDrawBridge tileentity, net.minecraft.entity.player.EntityPlayer entityplayer)
public void initGui()
initGui
in class net.minecraft.client.gui.inventory.GuiContainer
public void handleServerDataOnFirstArrival(net.minecraft.nbt.NBTTagCompound compound)
handleServerDataOnFirstArrival
in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
protected void actionPerformed(net.minecraft.client.gui.GuiButton button) throws java.io.IOException
actionPerformed
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
public void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
drawGuiContainerForegroundLayer
in class net.minecraft.client.gui.inventory.GuiContainer
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class net.minecraft.client.gui.inventory.GuiContainer