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_9807
intermediary net/minecraft/class_9807
official fqp
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
private static class
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private static final Text
private final Screen
private @Nullable class_9807.class_9808
(package private) final ThreePartsLayoutWidget
(package private) final class_9782
Fields 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, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
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, 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, 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_52143
Lnet/minecraft/class_9807;field_52143:I
intermediary field_52143
Lnet/minecraft/class_9807;field_52143:I
official a
Lfqp;a:I
-
field_52144
private static final int field_52144- See Also:
- Mappings:
Namespace Name Mixin selector named field_52144
Lnet/minecraft/class_9807;field_52144:I
intermediary field_52144
Lnet/minecraft/class_9807;field_52144:I
official b
Lfqp;b:I
-
field_52145
- Mappings:
Namespace Name Mixin selector named field_52145
Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/text/Text;
intermediary field_52145
Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/class_2561;
official c
Lfqp;c:Lwy;
-
field_52146
- Mappings:
Namespace Name Mixin selector named field_52146
Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/client/gui/screen/Screen;
intermediary field_52146
Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/class_437;
official q
Lfqp;q:Lfnx;
-
field_52147
- Mappings:
Namespace Name Mixin selector named field_52147
Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;
intermediary field_52147
Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;
official r
Lfqp;r:Lfqp$a;
-
field_52148
- Mappings:
Namespace Name Mixin selector named field_52148
Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
intermediary field_52148
Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/class_8132;
official s
Lfqp;s:Lflt;
-
field_52149
- Mappings:
Namespace Name Mixin selector named field_52149
Lnet/minecraft/class_9807;field_52149:Lnet/minecraft/class_9782;
intermediary field_52149
Lnet/minecraft/class_9807;field_52149:Lnet/minecraft/class_9782;
official u
Lfqp;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()
-