Package net.minecraft
Class class_8032
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
- Mappings:
Namespace Name official eoo
intermediary net/minecraft/class_8032
named net/minecraft/class_8032
-
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 int
private static final int
private final RotatingCubeMapRenderer
private final class_8020
private final GameOptions
private boolean
private float
private @Nullable class_8019
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
init()
Called when a screen should be initialized.private int
private void
void
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, method_48202, method_48262, method_48263, method_48265, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_48196, setZOffset
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.ParentElement
charTyped, focusOn, hoveredElement, isFocused, keyReleased, method_48205, method_48218, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_41837
- Mappings:
Namespace Name Mixin selector official a
Leoo;a:Lsu;
intermediary field_41837
Lnet/minecraft/class_8032;field_41837:Lnet/minecraft/class_2561;
named field_41837
Lnet/minecraft/class_8032;field_41837:Lnet/minecraft/text/Text;
-
field_41838
private static final int field_41838- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leoo;b:I
intermediary field_41838
Lnet/minecraft/class_8032;field_41838:I
named field_41838
Lnet/minecraft/class_8032;field_41838:I
-
field_41839
private static final int field_41839- See Also:
- Mappings:
Namespace Name Mixin selector official c
Leoo;c:I
intermediary field_41839
Lnet/minecraft/class_8032;field_41839:I
named field_41839
Lnet/minecraft/class_8032;field_41839:I
-
field_41840
- Mappings:
Namespace Name Mixin selector official n
Leoo;n:Lfew;
intermediary field_41840
Lnet/minecraft/class_8032;field_41840:Lnet/minecraft/class_766;
named field_41840
Lnet/minecraft/class_8032;field_41840:Lnet/minecraft/client/gui/RotatingCubeMapRenderer;
-
field_41841
- Mappings:
Namespace Name Mixin selector official o
Leoo;o:Lelz;
intermediary field_41841
Lnet/minecraft/class_8032;field_41841:Lnet/minecraft/class_8020;
named field_41841
Lnet/minecraft/class_8032;field_41841:Lnet/minecraft/class_8020;
-
field_41842
- Mappings:
Namespace Name Mixin selector official p
Leoo;p:Lejx;
intermediary field_41842
Lnet/minecraft/class_8032;field_41842:Lnet/minecraft/class_315;
named field_41842
Lnet/minecraft/class_8032;field_41842:Lnet/minecraft/client/option/GameOptions;
-
field_41843
private boolean field_41843- Mappings:
Namespace Name Mixin selector official q
Leoo;q:Z
intermediary field_41843
Lnet/minecraft/class_8032;field_41843:Z
named field_41843
Lnet/minecraft/class_8032;field_41843:Z
-
field_41844
private float field_41844- Mappings:
Namespace Name Mixin selector official r
Leoo;r:F
intermediary field_41844
Lnet/minecraft/class_8032;field_41844:F
named field_41844
Lnet/minecraft/class_8032;field_41844:F
-
field_41845
- Mappings:
Namespace Name Mixin selector official s
Leoo;s:Lelk;
intermediary field_41845
Lnet/minecraft/class_8032;field_41845:Lnet/minecraft/class_8019;
named field_41845
Lnet/minecraft/class_8032;field_41845:Lnet/minecraft/class_8019;
-
-
Constructor Details
-
class_8032
-
-
Method Details
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
method_48259
private int method_48259()- Mappings:
Namespace Name Mixin selector official j
Leoo;j()I
intermediary method_48259
Lnet/minecraft/class_8032;method_48259()I
named method_48259
Lnet/minecraft/class_8032;method_48259()I
-
close
public void close() -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lemj;a(Leer;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
method_48260
private void method_48260()- Mappings:
Namespace Name Mixin selector official z
Leoo;z()V
intermediary method_48260
Lnet/minecraft/class_8032;method_48260()V
named method_48260
Lnet/minecraft/class_8032;method_48260()V
-