public class GuiWinGame extends GuiScreen
| Modifier and Type | Field and Description |
|---|---|
private static ResourceLocation |
field_194401_g |
private java.util.List<java.lang.String> |
lines |
private static org.apache.logging.log4j.Logger |
LOGGER |
private static ResourceLocation |
MINECRAFT_LOGO |
private java.lang.Runnable |
onFinished |
private boolean |
poem |
private float |
scrollSpeed |
private float |
time |
private int |
totalScrollLength |
private static ResourceLocation |
VIGNETTE_TEXTURE |
allowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description |
|---|
GuiWinGame(boolean poemIn,
java.lang.Runnable onFinishedIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesGuiPauseGame() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
private void |
drawWinGameScreen(int p_146575_1_,
int p_146575_2_,
float p_146575_3_) |
void |
initGui() |
protected void |
keyTyped(char typedChar,
int keyCode) |
private void |
sendRespawnPacket() |
void |
updateScreen() |
actionPerformed, addButton, confirmClicked, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, 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 field_194401_g
private static final ResourceLocation VIGNETTE_TEXTURE
private final boolean poem
private final java.lang.Runnable onFinished
private float time
private java.util.List<java.lang.String> lines
private int totalScrollLength
private float scrollSpeed
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 GuiScreenprivate 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