public abstract class GuiContainer extends GuiScreen
Modifier and Type | Field and Description |
---|---|
Container |
inventorySlots |
protected int |
xSize |
protected int |
ySize |
controlList, field_25091_h, field_948_f, fontRenderer, height, mc, width
Constructor and Description |
---|
GuiContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
boolean |
doesGuiPauseGame() |
protected abstract void |
drawGuiContainerBackgroundLayer(float f) |
protected void |
drawGuiContainerForegroundLayer() |
void |
drawScreen(int i,
int j,
float f) |
void |
initGui() |
protected void |
keyTyped(char c,
int i) |
protected void |
mouseClicked(int i,
int j,
int k) |
protected void |
mouseMovedOrUp(int i,
int j,
int k) |
void |
onGuiClosed() |
void |
updateScreen() |
actionPerformed, deleteWorld, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, selectNextField, setWorldAndResolution
drawCenteredString, drawGradientRect, drawRect, drawString, drawTexturedModalRect, func_27099_b, func_27100_a
protected int xSize
protected int ySize
public Container inventorySlots
public GuiContainer(Container container)
public void drawScreen(int i, int j, float f)
drawScreen
in class GuiScreen
protected void drawGuiContainerForegroundLayer()
protected abstract void drawGuiContainerBackgroundLayer(float f)
protected void mouseClicked(int i, int j, int k)
mouseClicked
in class GuiScreen
protected void mouseMovedOrUp(int i, int j, int k)
mouseMovedOrUp
in class GuiScreen
public void onGuiClosed()
onGuiClosed
in class GuiScreen
public boolean doesGuiPauseGame()
doesGuiPauseGame
in class GuiScreen
public void updateScreen()
updateScreen
in class GuiScreen