Package net.minecraft.client.gui.screen
Class DeathScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DeathScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
- Mappings:
Namespace Name official dylintermediary net/minecraft/class_418named net/minecraft/client/gui/screen/DeathScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTextComponentUnderMouse(int mouseX)protected voidinit()Called when a screen should be initialized.booleanbooleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.private voidonConfirmQuit(boolean quit)private voidvoidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)booleanChecks whether this screen should be closed when the escape key is pressed.voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
ticksSinceDeath
private int ticksSinceDeath- Mappings:
Namespace Name Mixin selector official aLdyl;a:Iintermediary field_2451Lnet/minecraft/class_418;field_2451:Inamed ticksSinceDeathLnet/minecraft/client/gui/screen/DeathScreen;ticksSinceDeath:I
-
message
- Mappings:
Namespace Name Mixin selector official bLdyl;b:Lon;intermediary field_2450Lnet/minecraft/class_418;field_2450:Lnet/minecraft/class_2561;named messageLnet/minecraft/client/gui/screen/DeathScreen;message:Lnet/minecraft/text/Text;
-
isHardcore
private final boolean isHardcore- Mappings:
Namespace Name Mixin selector official cLdyl;c:Zintermediary field_18974Lnet/minecraft/class_418;field_18974:Znamed isHardcoreLnet/minecraft/client/gui/screen/DeathScreen;isHardcore:Z
-
scoreText
- Mappings:
Namespace Name Mixin selector official pLdyl;p:Lon;intermediary field_26537Lnet/minecraft/class_418;field_26537:Lnet/minecraft/class_2561;named scoreTextLnet/minecraft/client/gui/screen/DeathScreen;scoreText:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
DeathScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldyl;<init>(Lon;Z)Vintermediary <init>Lnet/minecraft/class_418;<init>(Lnet/minecraft/class_2561;Z)Vnamed <init>Lnet/minecraft/client/gui/screen/DeathScreen;<init>(Lnet/minecraft/text/Text;Z)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEscin classScreen- Mappings:
Namespace Name Mixin selector official ax_Ldzh;ax_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
onConfirmQuit
private void onConfirmQuit(boolean quit)- Mappings:
Namespace Name Mixin selector official cLdyl;c(Z)Vintermediary method_20373Lnet/minecraft/class_418;method_20373(Z)Vnamed onConfirmQuitLnet/minecraft/client/gui/screen/DeathScreen;onConfirmQuit(Z)V
-
quitLevel
private void quitLevel()- Mappings:
Namespace Name Mixin selector official hLdyl;h()Vintermediary method_22364Lnet/minecraft/class_418;method_22364()Vnamed quitLevelLnet/minecraft/client/gui/screen/DeathScreen;quitLevel()V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdwt;a(Ldpj;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
getTextComponentUnderMouse
- Mappings:
Namespace Name Mixin selector official aLdyl;a(I)Lox;intermediary method_2164Lnet/minecraft/class_418;method_2164(I)Lnet/minecraft/class_2583;named getTextComponentUnderMouseLnet/minecraft/client/gui/screen/DeathScreen;getTextComponentUnderMouse(I)Lnet/minecraft/text/Style;
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdww;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
isPauseScreen
public boolean isPauseScreen()- Overrides:
isPauseScreenin classScreen- Mappings:
Namespace Name Mixin selector official aC_Ldzh;aC_()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Znamed isPauseScreenLnet/minecraft/client/gui/screen/Screen;isPauseScreen()Z
-
tick
public void tick()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector official dLdwq;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-