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.IntSetcenteredLinesprivate static ResourceLocationEDITION_LOCATIONprivate java.util.List<IReorderingProcessor>linesprivate static org.apache.logging.log4j.LoggerLOGGERprivate static ResourceLocationLOGO_LOCATIONprivate static java.lang.StringOBFUSCATE_TOKENprivate java.lang.RunnableonFinishedprivate booleanpoemprivate floatscrollSpeedprivate floattimeprivate inttotalScrollLengthprivate static ResourceLocationVIGNETTE_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 voidinit()voidonClose()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)private voidrenderBg(int p_146575_1_, int p_146575_2_, float p_146575_3_)private voidrespawn()voidtick()-
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:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
-