public class BagGui
extends net.minecraft.client.gui.inventory.GuiContainer
dragSplitting, dragSplittingSlots, guiLeft, guiTop, INVENTORY_BACKGROUND, inventorySlots, theSlot, xSize, ySize
Constructor and Description |
---|
BagGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton button) |
protected boolean |
checkHotbarKeys(int keyCode) |
protected void |
drawGuiContainerBackgroundLayer(float partialTicks,
int mouseX,
int mouseY) |
protected void |
drawGuiContainerForegroundLayer(int mouseX,
int mouseY) |
protected void |
handleMouseClick(net.minecraft.inventory.Slot slotIn,
int slotId,
int mouseButton,
net.minecraft.inventory.ClickType type) |
void |
initGui() |
protected void |
mouseClicked(int mouseX,
int mouseY,
int mouseButton) |
doesGuiPauseGame, drawScreen, drawSlot, getGuiLeft, getGuiTop, getSlotUnderMouse, getXSize, getYSize, isMouseOverSlot, isPointInRegion, keyTyped, mouseClickMove, mouseReleased, onGuiClosed, updateScreen
addButton, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, setWorldAndResolution
public BagGui(net.minecraft.entity.player.EntityPlayer player, net.minecraft.world.World world, int x, int y, int z)
public void initGui()
initGui
in class net.minecraft.client.gui.inventory.GuiContainer
protected boolean checkHotbarKeys(int keyCode)
checkHotbarKeys
in class net.minecraft.client.gui.inventory.GuiContainer
protected void drawGuiContainerBackgroundLayer(float partialTicks, int mouseX, int mouseY)
drawGuiContainerBackgroundLayer
in class net.minecraft.client.gui.inventory.GuiContainer
protected void mouseClicked(int mouseX, int mouseY, int mouseButton) throws java.io.IOException
mouseClicked
in class net.minecraft.client.gui.inventory.GuiContainer
java.io.IOException
protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
drawGuiContainerForegroundLayer
in class net.minecraft.client.gui.inventory.GuiContainer
protected void actionPerformed(net.minecraft.client.gui.GuiButton button) throws java.io.IOException
actionPerformed
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
protected void handleMouseClick(net.minecraft.inventory.Slot slotIn, int slotId, int mouseButton, net.minecraft.inventory.ClickType type)
handleMouseClick
in class net.minecraft.client.gui.inventory.GuiContainer