Package net.minecraft.client.gui.screen
Class DeathScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.DeathScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official etq
intermediary net/minecraft/class_418
named net/minecraft/client/gui/screen/DeathScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<ButtonWidget>
private final boolean
private final Text
private Text
private int
private @Nullable ButtonWidget
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTextComponentUnderMouse
(int mouseX) protected void
init()
Called when a screen should be initialized.boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.private void
private void
void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
setButtonsActive
(boolean active) boolean
Checks whether this screen should be closed when the escape key is pressed.boolean
void
tick()
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
ticksSinceDeath
private int ticksSinceDeath- Mappings:
Namespace Name Mixin selector official a
Letq;a:I
intermediary field_2451
Lnet/minecraft/class_418;field_2451:I
named ticksSinceDeath
Lnet/minecraft/client/gui/screen/DeathScreen;ticksSinceDeath:I
-
message
- Mappings:
Namespace Name Mixin selector official b
Letq;b:Lsw;
intermediary field_2450
Lnet/minecraft/class_418;field_2450:Lnet/minecraft/class_2561;
named message
Lnet/minecraft/client/gui/screen/DeathScreen;message:Lnet/minecraft/text/Text;
-
isHardcore
private final boolean isHardcore- Mappings:
Namespace Name Mixin selector official c
Letq;c:Z
intermediary field_18974
Lnet/minecraft/class_418;field_18974:Z
named isHardcore
Lnet/minecraft/client/gui/screen/DeathScreen;isHardcore:Z
-
scoreText
- Mappings:
Namespace Name Mixin selector official k
Letq;k:Lsw;
intermediary field_26537
Lnet/minecraft/class_418;field_26537:Lnet/minecraft/class_2561;
named scoreText
Lnet/minecraft/client/gui/screen/DeathScreen;scoreText:Lnet/minecraft/text/Text;
-
buttons
- Mappings:
Namespace Name Mixin selector official l
Letq;l:Ljava/util/List;
intermediary field_33809
Lnet/minecraft/class_418;field_33809:Ljava/util/List;
named buttons
Lnet/minecraft/client/gui/screen/DeathScreen;buttons:Ljava/util/List;
-
titleScreenButton
- Mappings:
Namespace Name Mixin selector official m
Letq;m:Lepi;
intermediary field_41684
Lnet/minecraft/class_418;field_41684:Lnet/minecraft/class_4185;
named titleScreenButton
Lnet/minecraft/client/gui/screen/DeathScreen;titleScreenButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
DeathScreen
- Mappings:
Namespace Name Mixin selector official <init>
Letq;<init>(Lsw;Z)V
intermediary <init>
Lnet/minecraft/class_418;<init>(Lnet/minecraft/class_2561;Z)V
named <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.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEsc
in classScreen
- Mappings:
Namespace Name Mixin selector official av_
Leuq;av_()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
onTitleScreenButtonClicked
private void onTitleScreenButtonClicked()- Mappings:
Namespace Name Mixin selector official l
Letq;l()V
intermediary method_47940
Lnet/minecraft/class_418;method_47940()V
named onTitleScreenButtonClicked
Lnet/minecraft/client/gui/screen/DeathScreen;onTitleScreenButtonClicked()V
-
quitLevel
private void quitLevel()- Mappings:
Namespace Name Mixin selector official B
Letq;B()V
intermediary method_22364
Lnet/minecraft/class_418;method_22364()V
named quitLevel
Lnet/minecraft/client/gui/screen/DeathScreen;quitLevel()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
getTextComponentUnderMouse
- Mappings:
Namespace Name Mixin selector official a
Letq;a(I)Lts;
intermediary method_2164
Lnet/minecraft/class_418;method_2164(I)Lnet/minecraft/class_2583;
named getTextComponentUnderMouse
Lnet/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 inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
shouldPause
public boolean shouldPause()- Overrides:
shouldPause
in classScreen
- Mappings:
Namespace Name Mixin selector official az_
Leuq;az_()Z
intermediary method_25421
Lnet/minecraft/class_437;method_25421()Z
named shouldPause
Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z
-
tick
public void tick() -
setButtonsActive
private void setButtonsActive(boolean active) - Mappings:
Namespace Name Mixin selector official c
Letq;c(Z)V
intermediary method_49299
Lnet/minecraft/class_418;method_49299(Z)V
named setButtonsActive
Lnet/minecraft/client/gui/screen/DeathScreen;setButtonsActive(Z)V
-