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 p_73878_1_,
int p_73878_2_) |
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() |
void |
drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_) |
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 p_73869_1_,
int p_73869_2_) |
protected void |
mouseClicked(int p_73864_1_,
int p_73864_2_,
int p_73864_3_) |
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, func_152125_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 p_73863_1_, int p_73863_2_, float p_73863_3_)
protected void keyTyped(char p_73869_1_, int p_73869_2_)
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 mouseClicked(int p_73864_1_, int p_73864_2_, int p_73864_3_)
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 p_73878_1_, int p_73878_2_)
public static boolean isCtrlKeyDown()
public static boolean isShiftKeyDown()