public abstract class GuiContainer extends GuiScreen
Modifier and Type | Field and Description |
---|---|
protected static ResourceLocation |
field_147001_a |
protected boolean |
field_147007_t |
protected java.util.Set |
field_147008_s |
protected int |
guiLeft |
protected int |
guiTop |
Container |
inventorySlots |
protected int |
xSize |
protected int |
ySize |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiContainer(Container p_i1072_1_) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkHotbarKeys(int p_146983_1_) |
boolean |
doesGuiPauseGame() |
protected abstract void |
drawGuiContainerBackgroundLayer(float p_146976_1_,
int p_146976_2_,
int p_146976_3_) |
protected void |
drawGuiContainerForegroundLayer(int p_146979_1_,
int p_146979_2_) |
void |
drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_) |
protected boolean |
func_146978_c(int p_146978_1_,
int p_146978_2_,
int p_146978_3_,
int p_146978_4_,
int p_146978_5_,
int p_146978_6_) |
protected void |
handleMouseClick(Slot p_146984_1_,
int p_146984_2_,
int p_146984_3_,
int p_146984_4_) |
void |
initGui() |
protected void |
keyTyped(char p_73869_1_,
int p_73869_2_) |
protected void |
mouseClicked(int p_73864_1_,
int p_73864_2_,
int p_73864_3_) |
protected void |
mouseClickMove(int p_146273_1_,
int p_146273_2_,
int p_146273_3_,
long p_146273_4_) |
protected void |
mouseMovedOrUp(int p_146286_1_,
int p_146286_2_,
int p_146286_3_) |
void |
onGuiClosed() |
void |
updateScreen() |
actionPerformed, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, renderToolTip, setClipboardString, setWorldAndResolution
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_a
protected static final ResourceLocation field_147001_a
protected int xSize
protected int ySize
public Container inventorySlots
protected int guiLeft
protected int guiTop
protected final java.util.Set field_147008_s
protected boolean field_147007_t
public GuiContainer(Container p_i1072_1_)
public void drawScreen(int p_73863_1_, int p_73863_2_, float p_73863_3_)
drawScreen
in class GuiScreen
protected void drawGuiContainerForegroundLayer(int p_146979_1_, int p_146979_2_)
protected abstract void drawGuiContainerBackgroundLayer(float p_146976_1_, int p_146976_2_, int p_146976_3_)
protected void mouseClicked(int p_73864_1_, int p_73864_2_, int p_73864_3_)
mouseClicked
in class GuiScreen
protected void mouseClickMove(int p_146273_1_, int p_146273_2_, int p_146273_3_, long p_146273_4_)
mouseClickMove
in class GuiScreen
protected void mouseMovedOrUp(int p_146286_1_, int p_146286_2_, int p_146286_3_)
mouseMovedOrUp
in class GuiScreen
protected boolean func_146978_c(int p_146978_1_, int p_146978_2_, int p_146978_3_, int p_146978_4_, int p_146978_5_, int p_146978_6_)
protected void handleMouseClick(Slot p_146984_1_, int p_146984_2_, int p_146984_3_, int p_146984_4_)
protected void keyTyped(char p_73869_1_, int p_73869_2_)
protected boolean checkHotbarKeys(int p_146983_1_)
public void onGuiClosed()
onGuiClosed
in class GuiScreen
public boolean doesGuiPauseGame()
doesGuiPauseGame
in class GuiScreen
public void updateScreen()
updateScreen
in class GuiScreen