Class RealmsLongConfirmationScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsLongConfirmationScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreenintermediary net/minecraft/class_4396official fcw
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BooleanConsumer(package private) static final Textprivate final Textprivate final Textprivate final RealmsLongConfirmationScreen.Type(package private) static final Textprivate final booleanFields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
field_33040, field_33041, field_33042, field_33055, field_33057, field_33061, field_33062, field_33063, field_39676, MAX_FILE_SIZEFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionRealmsLongConfirmationScreen(BooleanConsumer callback, RealmsLongConfirmationScreen.Type type, Text line2, Text line3, boolean yesNoQuestion) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.voidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, rowMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, 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, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
WARNING_TEXT
- Mappings:
Namespace Name Mixin selector named WARNING_TEXTLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;WARNING_TEXT:Lnet/minecraft/text/Text;intermediary field_44906Lnet/minecraft/class_4396;field_44906:Lnet/minecraft/class_2561;official bLfcw;b:Lxp;
-
INFO_TEXT
- Mappings:
Namespace Name Mixin selector named INFO_TEXTLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;INFO_TEXT:Lnet/minecraft/text/Text;intermediary field_44907Lnet/minecraft/class_4396;field_44907:Lnet/minecraft/class_2561;official cLfcw;c:Lxp;
-
type
- Mappings:
Namespace Name Mixin selector named typeLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;type:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;intermediary field_19895Lnet/minecraft/class_4396;field_19895:Lnet/minecraft/class_4396$class_4397;official BLfcw;B:Lfcw$a;
-
line2
- Mappings:
Namespace Name Mixin selector named line2Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;line2:Lnet/minecraft/text/Text;intermediary field_19896Lnet/minecraft/class_4396;field_19896:Lnet/minecraft/class_2561;official CLfcw;C:Lxp;
-
line3
- Mappings:
Namespace Name Mixin selector named line3Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;line3:Lnet/minecraft/text/Text;intermediary field_19897Lnet/minecraft/class_4396;field_19897:Lnet/minecraft/class_2561;official DLfcw;D:Lxp;
-
callback
- Mappings:
Namespace Name Mixin selector named callbackLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;intermediary field_22697Lnet/minecraft/class_4396;field_22697:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;official aLfcw;a:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
-
yesNoQuestion
private final boolean yesNoQuestion- Mappings:
Namespace Name Mixin selector named yesNoQuestionLnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;yesNoQuestion:Zintermediary field_19899Lnet/minecraft/class_4396;field_19899:Zofficial ELfcw;E:Z
-
-
Constructor Details
-
RealmsLongConfirmationScreen
public RealmsLongConfirmationScreen(BooleanConsumer callback, RealmsLongConfirmationScreen.Type type, Text line2, Text line3, boolean yesNoQuestion) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)Vintermediary <init>Lnet/minecraft/class_4396;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_4396$class_4397;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)Vofficial <init>Lfcw;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lfcw$a;Lxp;Lxp;Z)V
-
-
Method Details
-
init
public 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()to set the element that is initially focused. -
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;official iLfnf;i()Lxp;
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLfjc;a(III)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLfij;a(Lfgt;IIF)V
-