Package net.minecraft.client.gui.screen
Class WarningScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.WarningScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Direct Known Subclasses:
ChatReportScreen.DiscardWarningScreen,MultiplayerWarningScreen,Realms32BitWarningScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_7065official exgnamed net/minecraft/client/gui/screen/WarningScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable CheckboxWidgetprivate final Textprivate MultilineTextprivate final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedWarningScreen(Text header, Text message, Text narratedText) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawTitle(DrawContext context) protected intprotected voidinit()Called when a screen should be initialized.protected abstract voidinitButtons(int yOffset) voidrender(DrawContext context, 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, close, filesDragged, findSelectedElementData, getMusic, 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, 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 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
-
message
- Mappings:
Namespace Name Mixin selector intermediary field_37219Lnet/minecraft/class_7065;field_37219:Lnet/minecraft/class_2561;official bLexg;b:Lsw;named messageLnet/minecraft/client/gui/screen/WarningScreen;message:Lnet/minecraft/text/Text;
-
checkMessage
- Mappings:
Namespace Name Mixin selector intermediary field_37220Lnet/minecraft/class_7065;field_37220:Lnet/minecraft/class_2561;official cLexg;c:Lsw;named checkMessageLnet/minecraft/client/gui/screen/WarningScreen;checkMessage:Lnet/minecraft/text/Text;
-
narratedText
- Mappings:
Namespace Name Mixin selector intermediary field_37221Lnet/minecraft/class_7065;field_37221:Lnet/minecraft/class_2561;official jLexg;j:Lsw;named narratedTextLnet/minecraft/client/gui/screen/WarningScreen;narratedText:Lnet/minecraft/text/Text;
-
checkbox
- Mappings:
Namespace Name Mixin selector intermediary field_37217Lnet/minecraft/class_7065;field_37217:Lnet/minecraft/class_4286;official aLexg;a:Lepc;named checkboxLnet/minecraft/client/gui/screen/WarningScreen;checkbox:Lnet/minecraft/client/gui/widget/CheckboxWidget;
-
messageText
- Mappings:
Namespace Name Mixin selector intermediary field_37222Lnet/minecraft/class_7065;field_37222:Lnet/minecraft/class_5489;official kLexg;k:Lepq;named messageTextLnet/minecraft/client/gui/screen/WarningScreen;messageText:Lnet/minecraft/client/font/MultilineText;
-
-
Constructor Details
-
WarningScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_7065;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Vofficial <init>Lexg;<init>(Lsw;Lsw;Lsw;)Vnamed <init>Lnet/minecraft/client/gui/screen/WarningScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
-
WarningScreen
protected WarningScreen(Text header, Text message, @Nullable @Nullable Text checkMessage, Text narratedText) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_7065;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Vofficial <init>Lexg;<init>(Lsw;Lsw;Lsw;Lsw;)Vnamed <init>Lnet/minecraft/client/gui/screen/WarningScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
initButtons
protected abstract void initButtons(int yOffset) - Mappings:
Namespace Name Mixin selector intermediary method_41160Lnet/minecraft/class_7065;method_41160(I)Vofficial aLexg;a(I)Vnamed initButtonsLnet/minecraft/client/gui/screen/WarningScreen;initButtons(I)V
-
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. -
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;official au_Leug;au_()Lsw;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 intermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLepy;a(Leop;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
drawTitle
- Mappings:
Namespace Name Mixin selector intermediary method_44663Lnet/minecraft/class_7065;method_44663(Lnet/minecraft/class_332;)Vofficial cLexg;c(Leop;)Vnamed drawTitleLnet/minecraft/client/gui/screen/WarningScreen;drawTitle(Lnet/minecraft/client/gui/DrawContext;)V
-
getLineHeight
protected int getLineHeight()- Mappings:
Namespace Name Mixin selector intermediary method_44068Lnet/minecraft/class_7065;method_44068()Iofficial lLexg;l()Inamed getLineHeightLnet/minecraft/client/gui/screen/WarningScreen;getLineHeight()I
-