public class GuiEnchantmentModifier
extends net.minecraft.client.gui.inventory.GuiContainer
| Constructor and Description |
|---|
GuiEnchantmentModifier(InventoryPlayer inventoryplayer,
World world,
int i,
int j,
int k) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(GuiButton guibutton) |
protected void |
drawGuiContainerBackgroundLayer(float f,
int i,
int j) |
protected void |
drawGuiContainerForegroundLayer(int par1,
int par2)
Draw the foreground layer for the GuiContainer (everything in front of the items)
|
FontRenderer |
getFontRenderer() |
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
protected void |
mouseClicked(int i,
int j,
int k)
Called when the mouse is clicked.
|
protected void |
mouseMovedOrUp(int i,
int j,
int k)
Called when the mouse is moved or a mouse button is released.
|
static void |
toggleEnchantmentValidation() |
static boolean |
validateEnchantments() |
checkHotbarKeys, doesGuiPauseGame, drawScreen, func_146978_c, getSlotAtPosition, handleKeyboardInput, handleMouseClick, handleMouseInput, keyTyped, managerHandleMouseClick, mouseClickMove, onGuiClosed, setWorldAndResolution, updateScreenpublic GuiEnchantmentModifier(InventoryPlayer inventoryplayer,
World world,
int i,
int j,
int k)
protected void drawGuiContainerForegroundLayer(int par1,
int par2)
net.minecraft.client.gui.inventory.GuiContainerdrawGuiContainerForegroundLayer in class net.minecraft.client.gui.inventory.GuiContainerprotected void drawGuiContainerBackgroundLayer(float f,
int i,
int j)
drawGuiContainerBackgroundLayer in class net.minecraft.client.gui.inventory.GuiContainerpublic void initGui()
net.minecraft.client.gui.inventory.GuiContainerinitGui in class net.minecraft.client.gui.inventory.GuiContainerpublic static boolean validateEnchantments()
public static void toggleEnchantmentValidation()
protected void actionPerformed(GuiButton guibutton)
protected void mouseClicked(int i,
int j,
int k)
net.minecraft.client.gui.inventory.GuiContainermouseClicked in class net.minecraft.client.gui.inventory.GuiContainerprotected void mouseMovedOrUp(int i,
int j,
int k)
net.minecraft.client.gui.inventory.GuiContainermouseMovedOrUp in class net.minecraft.client.gui.inventory.GuiContainerpublic FontRenderer getFontRenderer()