Class RealmsResetNormalWorldScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsResetNormalWorldScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
@Environment(CLIENT) public class RealmsResetNormalWorldScreen extends RealmsScreen
- Mappings:
Namespace Name official dojintermediary net/minecraft/class_4409named net/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen
-
Field Summary
Fields Modifier and Type Field Description private Textfield_24206private Consumer<ResetWorldInfo>field_27938private RealmsWorldGeneratorTypefield_27939private booleanfield_27940private static TextRESET_SEED_TEXTprivate TextFieldWidgetseedEditprivate RealmsLabeltitleLabelFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, 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 Constructor Description RealmsResetNormalWorldScreen(Consumer<ResetWorldInfo> consumer, Text text) -
Method Summary
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, rowMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, 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
-
RESET_SEED_TEXT
- Mappings:
Namespace Name Mixin selector official aLdoj;a:Loi;intermediary field_26506Lnet/minecraft/class_4409;field_26506:Lnet/minecraft/class_2561;named RESET_SEED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;RESET_SEED_TEXT:Lnet/minecraft/text/Text;
-
field_27938
- Mappings:
Namespace Name Mixin selector official bLdoj;b:Ljava/util/function/Consumer;intermediary field_27938Lnet/minecraft/class_4409;field_27938:Ljava/util/function/Consumer;named field_27938Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;field_27938:Ljava/util/function/Consumer;
-
titleLabel
- Mappings:
Namespace Name Mixin selector official cLdoj;c:Lewf;intermediary field_19983Lnet/minecraft/class_4409;field_19983:Lnet/minecraft/class_4903;named titleLabelLnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;titleLabel:Lnet/minecraft/client/realms/RealmsLabel;
-
seedEdit
- Mappings:
Namespace Name Mixin selector official pLdoj;p:Ldsc;intermediary field_19984Lnet/minecraft/class_4409;field_19984:Lnet/minecraft/class_342;named seedEditLnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;seedEdit:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
field_27939
- Mappings:
Namespace Name Mixin selector official qLdoj;q:Ldoy;intermediary field_27939Lnet/minecraft/class_4409;field_27939:Lnet/minecraft/class_5672;named field_27939Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;field_27939:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
field_27940
private boolean field_27940- Mappings:
Namespace Name Mixin selector official rLdoj;r:Zintermediary field_27940Lnet/minecraft/class_4409;field_27940:Znamed field_27940Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;field_27940:Z
-
field_24206
- Mappings:
Namespace Name Mixin selector official sLdoj;s:Loi;intermediary field_24206Lnet/minecraft/class_4409;field_24206:Lnet/minecraft/class_2561;named field_24206Lnet/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen;field_24206:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
RealmsResetNormalWorldScreen
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classRealmsScreen- Mappings:
Namespace Name Mixin selector official dLdsn;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
removed
public void removed() -
onClose
public void onClose() -
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdsq;a(Ldlr;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
-