Package net.minecraft
Class class_8441
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name official eypintermediary net/minecraft/class_8441named 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 intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final MutableTextprivate final Screenprivate final List<class_8440>private class_8441.class_8442Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, LIGHT_DIRT_BACKGROUND_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidinit()Called when a screen should be initialized.voidrender(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, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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, fillGradientMethods 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, 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 bLeyp;b:Iintermediary field_44308Lnet/minecraft/class_8441;field_44308:Inamed field_44308Lnet/minecraft/class_8441;field_44308:I
-
field_44307
public static final int field_44307- See Also:
- Mappings:
Namespace Name Mixin selector official aLeyp;a:Iintermediary field_44307Lnet/minecraft/class_8441;field_44307:Inamed field_44307Lnet/minecraft/class_8441;field_44307:I
-
field_44309
private static final int field_44309- See Also:
- Mappings:
Namespace Name Mixin selector official cLeyp;c:Iintermediary field_44309Lnet/minecraft/class_8441;field_44309:Inamed field_44309Lnet/minecraft/class_8441;field_44309:I
-
field_44310
private static final int field_44310- See Also:
- Mappings:
Namespace Name Mixin selector official oLeyp;o:Iintermediary field_44310Lnet/minecraft/class_8441;field_44310:Inamed field_44310Lnet/minecraft/class_8441;field_44310:I
-
field_44311
private static final int field_44311- See Also:
- Mappings:
Namespace Name Mixin selector official pLeyp;p:Iintermediary field_44311Lnet/minecraft/class_8441;field_44311:Inamed field_44311Lnet/minecraft/class_8441;field_44311:I
-
field_44312
- Mappings:
Namespace Name Mixin selector official qLeyp;q:Ltj;intermediary field_44312Lnet/minecraft/class_8441;field_44312:Lnet/minecraft/class_5250;named field_44312Lnet/minecraft/class_8441;field_44312:Lnet/minecraft/text/MutableText;
-
field_44313
- Mappings:
Namespace Name Mixin selector official rLeyp;r:Leyj;intermediary field_44313Lnet/minecraft/class_8441;field_44313:Lnet/minecraft/class_437;named field_44313Lnet/minecraft/class_8441;field_44313:Lnet/minecraft/client/gui/screen/Screen;
-
field_44314
- Mappings:
Namespace Name Mixin selector official sLeyp;s:Ljava/util/List;intermediary field_44314Lnet/minecraft/class_8441;field_44314:Ljava/util/List;named field_44314Lnet/minecraft/class_8441;field_44314:Ljava/util/List;
-
field_44315
- Mappings:
Namespace Name Mixin selector official tLeyp;t:Leyp$a;intermediary field_44315Lnet/minecraft/class_8441;field_44315:Lnet/minecraft/class_8441$class_8442;named field_44315Lnet/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:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeuf;a(Lemi;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-