Package net.minecraft
Class class_7065
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Direct Known Subclasses:
class_7064,MultiplayerWarningScreen
- Mappings:
Namespace Name official egmintermediary net/minecraft/class_7065named net/minecraft/class_7065
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Screenprotected @Nullable CheckboxWidgetprivate final Textprivate final Textprivate final Textprivate final Textprivate MultilineTextFields 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, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.protected abstract voidmethod_41160(int int2) 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, clearChildren, close, filesDragged, findSelectedElementData, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
field_37218
- Mappings:
Namespace Name Mixin selector official cLegm;c:Lqj;intermediary field_37218Lnet/minecraft/class_7065;field_37218:Lnet/minecraft/class_2561;named field_37218Lnet/minecraft/class_7065;field_37218:Lnet/minecraft/text/Text;
-
field_37219
- Mappings:
Namespace Name Mixin selector official nLegm;n:Lqj;intermediary field_37219Lnet/minecraft/class_7065;field_37219:Lnet/minecraft/class_2561;named field_37219Lnet/minecraft/class_7065;field_37219:Lnet/minecraft/text/Text;
-
field_37220
- Mappings:
Namespace Name Mixin selector official oLegm;o:Lqj;intermediary field_37220Lnet/minecraft/class_7065;field_37220:Lnet/minecraft/class_2561;named field_37220Lnet/minecraft/class_7065;field_37220:Lnet/minecraft/text/Text;
-
field_37221
- Mappings:
Namespace Name Mixin selector official pLegm;p:Lqj;intermediary field_37221Lnet/minecraft/class_7065;field_37221:Lnet/minecraft/class_2561;named field_37221Lnet/minecraft/class_7065;field_37221:Lnet/minecraft/text/Text;
-
field_37216
- Mappings:
Namespace Name Mixin selector official aLegm;a:Ledu;intermediary field_37216Lnet/minecraft/class_7065;field_37216:Lnet/minecraft/class_437;named field_37216Lnet/minecraft/class_7065;field_37216:Lnet/minecraft/client/gui/screen/Screen;
-
field_37217
- Mappings:
Namespace Name Mixin selector official bLegm;b:Leaf;intermediary field_37217Lnet/minecraft/class_7065;field_37217:Lnet/minecraft/class_4286;named field_37217Lnet/minecraft/class_7065;field_37217:Lnet/minecraft/client/gui/widget/CheckboxWidget;
-
field_37222
- Mappings:
Namespace Name Mixin selector official qLegm;q:Leap;intermediary field_37222Lnet/minecraft/class_7065;field_37222:Lnet/minecraft/class_5489;named field_37222Lnet/minecraft/class_7065;field_37222:Lnet/minecraft/client/font/MultilineText;
-
-
Constructor Details
-
class_7065
-
-
Method Details
-
method_41160
protected abstract void method_41160(int int2) - Mappings:
Namespace Name Mixin selector official aLegm;a(I)Vintermediary method_41160Lnet/minecraft/class_7065;method_41160(I)Vnamed method_41160Lnet/minecraft/class_7065;method_41160(I)V
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector official ag_Ledu;ag_()Lqj;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeay;a(Ldtl;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
-