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, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawRect, drawString, drawTexturedModalRect, func_27099_b, func_27100_aprotected int xSize
protected int ySize
public Container inventorySlots
public GuiContainer(Container container)
public void drawScreen(int i,
int j,
float f)
drawScreen in class GuiScreenprotected void drawGuiContainerForegroundLayer()
protected abstract void drawGuiContainerBackgroundLayer(float f)
protected void mouseClicked(int i,
int j,
int k)
mouseClicked in class GuiScreenprotected void mouseMovedOrUp(int i,
int j,
int k)
mouseMovedOrUp in class GuiScreenpublic void onGuiClosed()
onGuiClosed in class GuiScreenpublic boolean doesGuiPauseGame()
doesGuiPauseGame in class GuiScreenpublic void updateScreen()
updateScreen in class GuiScreen