Package net.minecraft
Class class_8441
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official eyp
intermediary net/minecraft/class_8441
named net/minecraft/class_8441
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private static final int
private static final int
private static final int
private static final int
private static final MutableText
private final Screen
private final List<class_8440>
private class_8441.class_8442
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, LIGHT_DIRT_BACKGROUND_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()
protected void
init()
Called when a screen should be initialized.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, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, 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 net.minecraft.client.gui.DrawableHelper
disableScissor, drawBorder, drawCenteredTextWithShadow, drawCenteredTextWithShadow, drawCenteredTextWithShadow, drawHorizontalLine, drawNineSlicedTexture, drawNineSlicedTexture, drawNineSlicedTexture, drawRepeatingTexture, drawSprite, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawTextWithShadow, drawTextWithShadow, drawVerticalLine, drawWithOutline, enableScissor, fill, fill, fillGradient, fillGradient, fillGradient
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_44308
private static final int field_44308- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leyp;b:I
intermediary field_44308
Lnet/minecraft/class_8441;field_44308:I
named field_44308
Lnet/minecraft/class_8441;field_44308:I
-
field_44307
public static final int field_44307- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leyp;a:I
intermediary field_44307
Lnet/minecraft/class_8441;field_44307:I
named field_44307
Lnet/minecraft/class_8441;field_44307:I
-
field_44309
private static final int field_44309- See Also:
- Mappings:
Namespace Name Mixin selector official c
Leyp;c:I
intermediary field_44309
Lnet/minecraft/class_8441;field_44309:I
named field_44309
Lnet/minecraft/class_8441;field_44309:I
-
field_44310
private static final int field_44310- See Also:
- Mappings:
Namespace Name Mixin selector official o
Leyp;o:I
intermediary field_44310
Lnet/minecraft/class_8441;field_44310:I
named field_44310
Lnet/minecraft/class_8441;field_44310:I
-
field_44311
private static final int field_44311- See Also:
- Mappings:
Namespace Name Mixin selector official p
Leyp;p:I
intermediary field_44311
Lnet/minecraft/class_8441;field_44311:I
named field_44311
Lnet/minecraft/class_8441;field_44311:I
-
field_44312
- Mappings:
Namespace Name Mixin selector official q
Leyp;q:Ltj;
intermediary field_44312
Lnet/minecraft/class_8441;field_44312:Lnet/minecraft/class_5250;
named field_44312
Lnet/minecraft/class_8441;field_44312:Lnet/minecraft/text/MutableText;
-
field_44313
- Mappings:
Namespace Name Mixin selector official r
Leyp;r:Leyj;
intermediary field_44313
Lnet/minecraft/class_8441;field_44313:Lnet/minecraft/class_437;
named field_44313
Lnet/minecraft/class_8441;field_44313:Lnet/minecraft/client/gui/screen/Screen;
-
field_44314
- Mappings:
Namespace Name Mixin selector official s
Leyp;s:Ljava/util/List;
intermediary field_44314
Lnet/minecraft/class_8441;field_44314:Ljava/util/List;
named field_44314
Lnet/minecraft/class_8441;field_44314:Ljava/util/List;
-
field_44315
- Mappings:
Namespace Name Mixin selector official t
Leyp;t:Leyp$a;
intermediary field_44315
Lnet/minecraft/class_8441;field_44315:Lnet/minecraft/class_8441$class_8442;
named field_44315
Lnet/minecraft/class_8441;field_44315:Lnet/minecraft/class_8441$class_8442;
-
-
Constructor Details
-
class_8441
-
-
Method Details
-
close
public void close() -
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. -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leuf;a(Lemi;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
-