public class UGuiContainerTileEntity extends UGuiContainer
Modifier and Type | Field and Description |
---|---|
protected boolean |
handleNextSync |
protected net.minecraft.tileentity.TileEntity |
tileentity |
background
dragSplitting, dragSplittingSlots, guiLeft, guiTop, INVENTORY_BACKGROUND, inventorySlots, xSize, ySize
Constructor and Description |
---|
UGuiContainerTileEntity(UContainerTileEntity container,
net.minecraft.util.ResourceLocation background) |
Modifier and Type | Method and Description |
---|---|
void |
handleServerData(net.minecraft.nbt.NBTTagCompound compound) |
void |
handleServerDataInstant(net.minecraft.nbt.NBTTagCompound compound) |
void |
handleServerDataOnFirstArrival(net.minecraft.nbt.NBTTagCompound compound) |
drawGuiContainerBackgroundLayer
checkHotbarKeys, doesGuiPauseGame, drawGuiContainerForegroundLayer, drawScreen, getGuiLeft, getGuiTop, getSlotUnderMouse, getXSize, getYSize, handleMouseClick, hasClickedOutside, initGui, isPointInRegion, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, renderHoveredToolTip, updateScreen
actionPerformed, 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
protected final net.minecraft.tileentity.TileEntity tileentity
protected boolean handleNextSync
public UGuiContainerTileEntity(UContainerTileEntity container, net.minecraft.util.ResourceLocation background)
public void handleServerDataInstant(net.minecraft.nbt.NBTTagCompound compound)
public void handleServerData(net.minecraft.nbt.NBTTagCompound compound)
public void handleServerDataOnFirstArrival(net.minecraft.nbt.NBTTagCompound compound)