Package net.minecraft.client.gui.screen
Class DeathScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.DeathScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class DeathScreen extends Screen
-
-
Field Summary
Fields Modifier and Type Field Description private ITextComponent
causeOfDeath
private ITextComponent
deathScore
private int
delayTicker
private boolean
hardcore
-
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 DeathScreen(ITextComponent p_i51118_1_, boolean p_i51118_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
confirmResult(boolean p_213022_1_)
private void
exitToTitleScreen()
private Style
getClickedComponentStyleAt(int p_238623_1_)
protected void
init()
boolean
isPauseScreen()
boolean
mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
boolean
shouldCloseOnEsc()
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, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, 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, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
delayTicker
private int delayTicker
-
causeOfDeath
private final ITextComponent causeOfDeath
-
hardcore
private final boolean hardcore
-
deathScore
private ITextComponent deathScore
-
-
Constructor Detail
-
DeathScreen
public DeathScreen(@Nullable ITextComponent p_i51118_1_, boolean p_i51118_2_)
-
-
Method Detail
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()
- Overrides:
shouldCloseOnEsc
in classScreen
-
confirmResult
private void confirmResult(boolean p_213022_1_)
-
exitToTitleScreen
private void exitToTitleScreen()
-
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
-
getClickedComponentStyleAt
@Nullable private Style getClickedComponentStyleAt(int p_238623_1_)
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
-
isPauseScreen
public boolean isPauseScreen()
- Overrides:
isPauseScreen
in classScreen
-
-