Package net.minecraft
Class class_8669
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.class_8669
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official exk
intermediary net/minecraft/class_8669
named net/minecraft/class_8669
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Text
private static final Text
private static final Text
private static final Text
private final Text
private final String
private final GridWidget
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
init()
Called when a screen should be initialized.protected void
static Screen
method_52748
(@Nullable Screen screen) static Screen
method_52750
(@Nullable Screen screen) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, method_52752, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, 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, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_45408
- Mappings:
Namespace Name Mixin selector official a
Lexk;a:Lte;
intermediary field_45408
Lnet/minecraft/class_8669;field_45408:Lnet/minecraft/class_2561;
named field_45408
Lnet/minecraft/class_8669;field_45408:Lnet/minecraft/text/Text;
-
field_45409
- Mappings:
Namespace Name Mixin selector official b
Lexk;b:Lte;
intermediary field_45409
Lnet/minecraft/class_8669;field_45409:Lnet/minecraft/class_2561;
named field_45409
Lnet/minecraft/class_8669;field_45409:Lnet/minecraft/text/Text;
-
field_45410
- Mappings:
Namespace Name Mixin selector official c
Lexk;c:Lte;
intermediary field_45410
Lnet/minecraft/class_8669;field_45410:Lnet/minecraft/class_2561;
named field_45410
Lnet/minecraft/class_8669;field_45410:Lnet/minecraft/text/Text;
-
field_45411
- Mappings:
Namespace Name Mixin selector official k
Lexk;k:Lte;
intermediary field_45411
Lnet/minecraft/class_8669;field_45411:Lnet/minecraft/class_2561;
named field_45411
Lnet/minecraft/class_8669;field_45411:Lnet/minecraft/text/Text;
-
field_45412
- Mappings:
Namespace Name Mixin selector official l
Lexk;l:Lte;
intermediary field_45412
Lnet/minecraft/class_8669;field_45412:Lnet/minecraft/class_2561;
named field_45412
Lnet/minecraft/class_8669;field_45412:Lnet/minecraft/text/Text;
-
field_45413
- Mappings:
Namespace Name Mixin selector official m
Lexk;m:Ljava/lang/String;
intermediary field_45413
Lnet/minecraft/class_8669;field_45413:Ljava/lang/String;
named field_45413
Lnet/minecraft/class_8669;field_45413:Ljava/lang/String;
-
field_45414
- Mappings:
Namespace Name Mixin selector official n
Lexk;n:Lexv;
intermediary field_45414
Lnet/minecraft/class_8669;field_45414:Lnet/minecraft/class_437;
named field_45414
Lnet/minecraft/class_8669;field_45414:Lnet/minecraft/client/gui/screen/Screen;
-
field_45415
- Mappings:
Namespace Name Mixin selector official o
Lexk;o:Levj;
intermediary field_45415
Lnet/minecraft/class_8669;field_45415:Lnet/minecraft/class_7845;
named field_45415
Lnet/minecraft/class_8669;field_45415:Lnet/minecraft/client/gui/widget/GridWidget;
-
-
Constructor Details
-
class_8669
-
-
Method Details
-
method_52748
- Mappings:
Namespace Name Mixin selector official a
Lexk;a(Lexv;)Lexv;
intermediary method_52748
Lnet/minecraft/class_8669;method_52748(Lnet/minecraft/class_437;)Lnet/minecraft/class_437;
named method_52748
Lnet/minecraft/class_8669;method_52748(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/Screen;
-
method_52750
- Mappings:
Namespace Name Mixin selector official b
Lexk;b(Lexv;)Lexv;
intermediary method_52750
Lnet/minecraft/class_8669;method_52750(Lnet/minecraft/class_437;)Lnet/minecraft/class_437;
named method_52750
Lnet/minecraft/class_8669;method_52750(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/Screen;
-
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. -
getNarratedTitle
- Overrides:
getNarratedTitle
in classScreen
- Mappings:
Namespace Name Mixin selector official e
Lexv;e()Lte;
intermediary method_25435
Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
named getNarratedTitle
Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
-
close
public void close()
-