public class GuiWinGame extends GuiScreen
| Modifier and Type | Field and Description |
|---|---|
private float |
field_146578_s |
private int |
field_146579_r |
private int |
field_146581_h |
private java.util.List<java.lang.String> |
field_146582_i |
private static org.apache.logging.log4j.Logger |
logger |
private static ResourceLocation |
MINECRAFT_LOGO |
private static ResourceLocation |
VIGNETTE_TEXTURE |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, widthicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
GuiWinGame() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesGuiPauseGame()
Returns true if this GUI should pause the game when it is displayed in single-player
|
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
private void |
drawWinGameScreen(int p_146575_1_,
int p_146575_2_,
float p_146575_3_) |
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
protected void |
keyTyped(char typedChar,
int keyCode)
Fired when a key is typed (except F11 which toggles full screen).
|
private void |
sendRespawnPacket() |
void |
updateScreen()
Called from the main game loop to update the screen.
|
actionPerformed, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setText, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineprivate static final org.apache.logging.log4j.Logger logger
private static final ResourceLocation MINECRAFT_LOGO
private static final ResourceLocation VIGNETTE_TEXTURE
private int field_146581_h
private java.util.List<java.lang.String> field_146582_i
private int field_146579_r
private float field_146578_s
public void updateScreen()
updateScreen in class GuiScreenprotected void keyTyped(char typedChar,
int keyCode)
throws java.io.IOException
private void sendRespawnPacket()
public boolean doesGuiPauseGame()
doesGuiPauseGame in class GuiScreenpublic void initGui()
private void drawWinGameScreen(int p_146575_1_,
int p_146575_2_,
float p_146575_3_)
public void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class GuiScreen