Package net.minecraft
Class class_11530
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.class_11530
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/class_11530intermediary net/minecraft/class_11530official gfo
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate static final Text[]private static final intprivate static final intprivate final ThreePartsLayoutWidgetprivate final ButtonWidgetprivate intFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldHideStatusEffectHud, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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
getBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_61010
- Mappings:
Namespace Name Mixin selector named field_61010Lnet/minecraft/class_11530;field_61010:Lnet/minecraft/text/Text;intermediary field_61010Lnet/minecraft/class_11530;field_61010:Lnet/minecraft/class_2561;official aLgfo;a:Lxo;
-
field_61011
- Mappings:
Namespace Name Mixin selector named field_61011Lnet/minecraft/class_11530;field_61011:[Lnet/minecraft/text/Text;intermediary field_61011Lnet/minecraft/class_11530;field_61011:[Lnet/minecraft/class_2561;official bLgfo;b:[Lxo;
-
field_61012
private static final int field_61012- See Also:
- Mappings:
Namespace Name Mixin selector named field_61012Lnet/minecraft/class_11530;field_61012:Iintermediary field_61012Lnet/minecraft/class_11530;field_61012:Iofficial cLgfo;c:I
-
field_61013
private static final int field_61013- See Also:
- Mappings:
Namespace Name Mixin selector named field_61013Lnet/minecraft/class_11530;field_61013:Iintermediary field_61013Lnet/minecraft/class_11530;field_61013:Iofficial dLgfo;d:I
-
field_61014
- Mappings:
Namespace Name Mixin selector named field_61014Lnet/minecraft/class_11530;field_61014:Lnet/minecraft/client/gui/screen/Screen;intermediary field_61014Lnet/minecraft/class_11530;field_61014:Lnet/minecraft/class_437;official eLgfo;e:Lger;
-
field_61015
- Mappings:
Namespace Name Mixin selector named field_61015Lnet/minecraft/class_11530;field_61015:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_61015Lnet/minecraft/class_11530;field_61015:Lnet/minecraft/class_8132;official fLgfo;f:Lgbi;
-
field_61016
- Mappings:
Namespace Name Mixin selector named field_61016Lnet/minecraft/class_11530;field_61016:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_61016Lnet/minecraft/class_11530;field_61016:Lnet/minecraft/class_4185;official uLgfo;u:Lfxm;
-
field_61017
private int field_61017- Mappings:
Namespace Name Mixin selector named field_61017Lnet/minecraft/class_11530;field_61017:Iintermediary field_61017Lnet/minecraft/class_11530;field_61017:Iofficial vLgfo;v:I
-
-
Constructor Details
-
class_11530
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLger;c()V
-
tick
public void tick() -
shouldPause
public boolean shouldPause()- Overrides:
shouldPausein classScreen- Mappings:
Namespace Name Mixin selector named shouldPauseLnet/minecraft/client/gui/screen/Screen;shouldPause()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Zofficial aQ_Lger;aQ_()Z
-
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 named shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Zofficial aG_Lger;aG_()Z
-
close
public void close() -
method_72145
- Mappings:
Namespace Name Mixin selector named method_72145Lnet/minecraft/class_11530;method_72145()Lnet/minecraft/client/gui/screen/Screen;intermediary method_72145Lnet/minecraft/class_11530;method_72145()Lnet/minecraft/class_437;official lLgfo;l()Lger;
-