Package net.minecraft.client.gui.screen
Class WinGameScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.WinGameScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class WinGameScreen extends Screen
-
-
Field Summary
Fields Modifier and Type Field Description private it.unimi.dsi.fastutil.ints.IntSet
centeredLines
private static ResourceLocation
EDITION_LOCATION
private java.util.List<IReorderingProcessor>
lines
private static org.apache.logging.log4j.Logger
LOGGER
private static ResourceLocation
LOGO_LOCATION
private static java.lang.String
OBFUSCATE_TOKEN
private java.lang.Runnable
onFinished
private boolean
poem
private float
scrollSpeed
private float
time
private int
totalScrollLength
private static ResourceLocation
VIGNETTE_LOCATION
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description WinGameScreen(boolean p_i47590_1_, java.lang.Runnable p_i47590_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
void
onClose()
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
private void
renderBg(int p_146575_1_, int p_146575_2_, float p_146575_3_)
private void
respawn()
void
tick()
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
LOGO_LOCATION
private static final ResourceLocation LOGO_LOCATION
-
EDITION_LOCATION
private static final ResourceLocation EDITION_LOCATION
-
VIGNETTE_LOCATION
private static final ResourceLocation VIGNETTE_LOCATION
-
OBFUSCATE_TOKEN
private static final java.lang.String OBFUSCATE_TOKEN
-
poem
private final boolean poem
-
onFinished
private final java.lang.Runnable onFinished
-
time
private float time
-
lines
private java.util.List<IReorderingProcessor> lines
-
centeredLines
private it.unimi.dsi.fastutil.ints.IntSet centeredLines
-
totalScrollLength
private int totalScrollLength
-
scrollSpeed
private float scrollSpeed
-
-
Method Detail
-
respawn
private void respawn()
-
renderBg
private void renderBg(int p_146575_1_, int p_146575_2_, float p_146575_3_)
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
-