public class GuiScreen extends Gui
Modifier and Type | Field and Description |
---|---|
boolean |
allowUserInput |
protected java.util.List |
buttonList |
protected FontRenderer |
fontRendererObj |
int |
height |
protected static RenderItem |
itemRender |
protected java.util.List |
labelList |
Minecraft |
mc |
int |
width |
icons, optionsBackground, statIcons, zLevel
Constructor and Description |
---|
GuiScreen() |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton p_146284_1_) |
void |
confirmClicked(boolean par1,
int par2) |
boolean |
doesGuiPauseGame() |
void |
drawBackground(int p_146278_1_) |
protected void |
drawCreativeTabHoveringText(java.lang.String p_146279_1_,
int p_146279_2_,
int p_146279_3_) |
void |
drawDefaultBackground() |
protected void |
drawHoveringText(java.util.List p_146283_1_,
int p_146283_2_,
int p_146283_3_,
FontRenderer font) |
void |
drawScreen(int par1,
int par2,
float par3) |
void |
drawWorldBackground(int p_146270_1_) |
protected void |
func_146283_a(java.util.List p_146283_1_,
int p_146283_2_,
int p_146283_3_) |
static java.lang.String |
getClipboardString() |
void |
handleInput() |
void |
handleKeyboardInput() |
void |
handleMouseInput() |
void |
initGui() |
static boolean |
isCtrlKeyDown() |
static boolean |
isShiftKeyDown() |
protected void |
keyTyped(char par1,
int par2) |
protected void |
mouseClicked(int par1,
int par2,
int par3) |
protected void |
mouseClickMove(int p_146273_1_,
int p_146273_2_,
int p_146273_3_,
long p_146273_4_) |
protected void |
mouseMovedOrUp(int p_146286_1_,
int p_146286_2_,
int p_146286_3_) |
void |
onGuiClosed() |
protected void |
renderToolTip(ItemStack p_146285_1_,
int p_146285_2_,
int p_146285_3_) |
static void |
setClipboardString(java.lang.String p_146275_0_) |
void |
setWorldAndResolution(Minecraft p_146280_1_,
int p_146280_2_,
int p_146280_3_) |
void |
updateScreen() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a
protected static RenderItem itemRender
public Minecraft mc
public int width
public int height
protected java.util.List buttonList
protected java.util.List labelList
public boolean allowUserInput
protected FontRenderer fontRendererObj
public void drawScreen(int par1, int par2, float par3)
protected void keyTyped(char par1, int par2)
public static java.lang.String getClipboardString()
public static void setClipboardString(java.lang.String p_146275_0_)
protected void renderToolTip(ItemStack p_146285_1_, int p_146285_2_, int p_146285_3_)
protected void drawCreativeTabHoveringText(java.lang.String p_146279_1_, int p_146279_2_, int p_146279_3_)
protected void func_146283_a(java.util.List p_146283_1_, int p_146283_2_, int p_146283_3_)
protected void drawHoveringText(java.util.List p_146283_1_, int p_146283_2_, int p_146283_3_, FontRenderer font)
protected void mouseClicked(int par1, int par2, int par3)
protected void mouseMovedOrUp(int p_146286_1_, int p_146286_2_, int p_146286_3_)
protected void mouseClickMove(int p_146273_1_, int p_146273_2_, int p_146273_3_, long p_146273_4_)
protected void actionPerformed(GuiButton p_146284_1_)
public void setWorldAndResolution(Minecraft p_146280_1_, int p_146280_2_, int p_146280_3_)
public void initGui()
public void handleInput()
public void handleMouseInput()
public void handleKeyboardInput()
public void updateScreen()
public void onGuiClosed()
public void drawDefaultBackground()
public void drawWorldBackground(int p_146270_1_)
public void drawBackground(int p_146278_1_)
public boolean doesGuiPauseGame()
public void confirmClicked(boolean par1, int par2)
public static boolean isCtrlKeyDown()
public static boolean isShiftKeyDown()