public class GuiAnimalData
extends net.minecraft.client.gui.GuiScreen
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.entity.EntityLiving |
animal |
static net.minecraft.entity.player.EntityPlayer |
player |
| Constructor and Description |
|---|
GuiAnimalData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesGuiPauseGame() |
void |
drawScreen(int parWidth,
int parHeight,
float particle) |
static void |
grabStatics(net.minecraft.entity.EntityLiving entitys) |
void |
initGui() |
void |
onGuiClosed() |
void |
updateScreen() |
confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, func_175273_b, func_175277_d, func_175278_g, func_175279_e, func_175280_f, func_175283_s, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, sendChatMessage, sendChatMessage, setClipboardString, setWorldAndResolutionpublic static net.minecraft.entity.EntityLiving animal
public static net.minecraft.entity.player.EntityPlayer player
public static void grabStatics(net.minecraft.entity.EntityLiving entitys)
public void initGui()
initGui in class net.minecraft.client.gui.GuiScreenpublic void updateScreen()
updateScreen in class net.minecraft.client.gui.GuiScreenpublic void drawScreen(int parWidth,
int parHeight,
float particle)
drawScreen in class net.minecraft.client.gui.GuiScreenpublic void onGuiClosed()
onGuiClosed in class net.minecraft.client.gui.GuiScreenpublic boolean doesGuiPauseGame()
doesGuiPauseGame in class net.minecraft.client.gui.GuiScreen