Package net.minecraft
Class class_9807
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.class_9807
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/class_9807intermediary net/minecraft/class_9807official fqp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final Textprivate final Screenprivate @Nullable class_9807.class_9808(package private) final ThreePartsLayoutWidget(package private) final class_9782Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, 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
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods 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
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_52143
private static final int field_52143- See Also:
- Mappings:
Namespace Name Mixin selector named field_52143Lnet/minecraft/class_9807;field_52143:Iintermediary field_52143Lnet/minecraft/class_9807;field_52143:Iofficial aLfqp;a:I
-
field_52144
private static final int field_52144- See Also:
- Mappings:
Namespace Name Mixin selector named field_52144Lnet/minecraft/class_9807;field_52144:Iintermediary field_52144Lnet/minecraft/class_9807;field_52144:Iofficial bLfqp;b:I
-
field_52145
- Mappings:
Namespace Name Mixin selector named field_52145Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/text/Text;intermediary field_52145Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/class_2561;official cLfqp;c:Lwy;
-
field_52146
- Mappings:
Namespace Name Mixin selector named field_52146Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/client/gui/screen/Screen;intermediary field_52146Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/class_437;official qLfqp;q:Lfnx;
-
field_52147
- Mappings:
Namespace Name Mixin selector named field_52147Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;intermediary field_52147Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;official rLfqp;r:Lfqp$a;
-
field_52148
- Mappings:
Namespace Name Mixin selector named field_52148Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_52148Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/class_8132;official sLfqp;s:Lflt;
-
field_52149
- Mappings:
Namespace Name Mixin selector named field_52149Lnet/minecraft/class_9807;field_52149:Lnet/minecraft/class_9782;intermediary field_52149Lnet/minecraft/class_9807;field_52149:Lnet/minecraft/class_9782;official uLfqp;u:Lali;
-
-
Constructor Details
-
class_9807
-
-
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()to set the element that is initially focused. -
close
public void close()
-