net.minecraft.client.renderer
Class InventoryEffectRenderer
java.lang.Object
net.minecraft.client.gui.Gui
net.minecraft.client.gui.GuiScreen
net.minecraft.client.gui.inventory.GuiContainer
net.minecraft.client.renderer.InventoryEffectRenderer
- Direct Known Subclasses:
- GuiContainerCreative, GuiInventory
public abstract class InventoryEffectRenderer
- extends GuiContainer
Method Summary |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it. |
void |
initGui()
Adds the buttons (and other controls) to the screen in question. |
Methods inherited from class net.minecraft.client.gui.GuiScreen |
confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution |
InventoryEffectRenderer
public InventoryEffectRenderer(Container par1Container)
initGui
public void initGui()
- Adds the buttons (and other controls) to the screen in question.
- Overrides:
initGui
in class GuiContainer
drawScreen
public void drawScreen(int par1,
int par2,
float par3)
- Draws the screen and all the components in it.
- Overrides:
drawScreen
in class GuiContainer