Class RealmsConfigureWorldScreen
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.RealmsConfigureWorldScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreenintermediary net/minecraft/class_4388official fko
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate static final Identifierprivate static final Textprivate static final Textprivate static final Identifierprivate static final Textprivate static final Textprivate static final Identifierprivate static final Textprivate static final intprivate static final intprivate intprivate static final Loggerprivate static final Identifierprivate static final Textprivate ButtonWidgetprivate final RealmsMainScreenprivate ButtonWidgetprivate ButtonWidgetprivate intprivate @Nullable RealmsServerprivate final longprivate ButtonWidgetprivate final List<RealmsWorldSlotButton> private booleanprivate ButtonWidgetprivate ButtonWidgetprivate static final TextFields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
field_33040, field_33041, field_33055, field_33057, field_33061, field_33062, field_33063, field_39676, field_54866, 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, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddButton(ButtonWidget button) private RealmsWorldSlotButtonaddSlotButton(int slotIndex) private intbuttonCenter(int i, int total) private intbuttonLeft(int i) voidclose()voidprivate voidprivate voiddrawServerState(DrawContext context, int x, int y, int mouseX, int mouseY) private voiddrawServerState(DrawContext context, int x, int y, int mouseX, int mouseY, Identifier texture, Supplier<Text> tooltipGetter) voidfetchServerData(long worldId) private intframe(int ordinal) private voidprivate voidvoidinit()Called when a screen should be initialized.private booleanprivate voidjoinRealm(RealmsServer serverData) voidopenTheWorld(boolean join) private voidremoveButton(ButtonWidget button) voidrender(DrawContext context, int mouseX, int mouseY, float delta) voidsaveSettings(String name, String desc) voidsaveSlotSettings(RealmsWorldOptions options) voidprivate voidswitchMinigame(@Nullable WorldTemplate template) private voidswitchToEmptySlot(int selectedSlot, RealmsServer serverData) private voidswitchToFullSlot(int selectedSlot, RealmsServer serverData) private voidMethods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, rowMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods 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
getBorder, 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
-
EXPIRED_STATUS_TEXTURE
- Mappings:
Namespace Name Mixin selector named EXPIRED_STATUS_TEXTURELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRED_STATUS_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_22690Lnet/minecraft/class_4388;field_22690:Lnet/minecraft/class_2960;official aLfko;a:Lald;
-
EXPIRES_SOON_STATUS_TEXTURE
- Mappings:
Namespace Name Mixin selector named EXPIRES_SOON_STATUS_TEXTURELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_SOON_STATUS_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_22691Lnet/minecraft/class_4388;field_22691:Lnet/minecraft/class_2960;official bLfko;b:Lald;
-
OPEN_STATUS_TEXTURE
- Mappings:
Namespace Name Mixin selector named OPEN_STATUS_TEXTURELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;OPEN_STATUS_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45240Lnet/minecraft/class_4388;field_45240:Lnet/minecraft/class_2960;official cLfko;c:Lald;
-
CLOSED_STATUS_TEXTURE
- Mappings:
Namespace Name Mixin selector named CLOSED_STATUS_TEXTURELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CLOSED_STATUS_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45241Lnet/minecraft/class_4388;field_45241:Lnet/minecraft/class_2960;official CLfko;C:Lald;
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;LOGGER:Lorg/slf4j/Logger;intermediary field_19790Lnet/minecraft/class_4388;field_19790:Lorg/slf4j/Logger;official DLfko;D:Lorg/slf4j/Logger;
-
WORLDS_TITLE
- Mappings:
Namespace Name Mixin selector named WORLDS_TITLELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;WORLDS_TITLE:Lnet/minecraft/text/Text;intermediary field_26479Lnet/minecraft/class_4388;field_26479:Lnet/minecraft/class_2561;official ELfko;E:Lwv;
-
CONFIGURE_REALM_TITLE
- Mappings:
Namespace Name Mixin selector named CONFIGURE_REALM_TITLELnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CONFIGURE_REALM_TITLE:Lnet/minecraft/text/Text;intermediary field_26480Lnet/minecraft/class_4388;field_26480:Lnet/minecraft/class_2561;official FLfko;F:Lwv;
-
EXPIRED_TEXT
- Mappings:
Namespace Name Mixin selector named EXPIRED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRED_TEXT:Lnet/minecraft/text/Text;intermediary field_26482Lnet/minecraft/class_4388;field_26482:Lnet/minecraft/class_2561;official GLfko;G:Lwv;
-
EXPIRES_SOON_TEXT
- Mappings:
Namespace Name Mixin selector named EXPIRES_SOON_TEXTLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_SOON_TEXT:Lnet/minecraft/text/Text;intermediary field_26483Lnet/minecraft/class_4388;field_26483:Lnet/minecraft/class_2561;official HLfko;H:Lwv;
-
EXPIRES_IN_A_DAY_TEXT
- Mappings:
Namespace Name Mixin selector named EXPIRES_IN_A_DAY_TEXTLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_IN_A_DAY_TEXT:Lnet/minecraft/text/Text;intermediary field_26484Lnet/minecraft/class_4388;field_26484:Lnet/minecraft/class_2561;official ILfko;I:Lwv;
-
OPEN_TEXT
- Mappings:
Namespace Name Mixin selector named OPEN_TEXTLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;OPEN_TEXT:Lnet/minecraft/text/Text;intermediary field_26485Lnet/minecraft/class_4388;field_26485:Lnet/minecraft/class_2561;official JLfko;J:Lwv;
-
CLOSED_TEXT
- Mappings:
Namespace Name Mixin selector named CLOSED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CLOSED_TEXT:Lnet/minecraft/text/Text;intermediary field_26486Lnet/minecraft/class_4388;field_26486:Lnet/minecraft/class_2561;official KLfko;K:Lwv;
-
field_32121
private static final int field_32121- See Also:
- Mappings:
Namespace Name Mixin selector named field_32121Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;field_32121:Iintermediary field_32121Lnet/minecraft/class_4388;field_32121:Iofficial LLfko;L:I
-
field_32122
private static final int field_32122- See Also:
- Mappings:
Namespace Name Mixin selector named field_32122Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;field_32122:Iintermediary field_32122Lnet/minecraft/class_4388;field_32122:Iofficial MLfko;M:I
-
tooltip
- Mappings:
Namespace Name Mixin selector named tooltipLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;tooltip:Lnet/minecraft/text/Text;intermediary field_19791Lnet/minecraft/class_4388;field_19791:Lnet/minecraft/class_2561;official NLfko;N:Lwv;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;intermediary field_19792Lnet/minecraft/class_4388;field_19792:Lnet/minecraft/class_4325;official OLfko;O:Lfhz;
-
server
- Mappings:
Namespace Name Mixin selector named serverLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;server:Lnet/minecraft/client/realms/dto/RealmsServer;intermediary field_20493Lnet/minecraft/class_4388;field_20493:Lnet/minecraft/class_4877;official PLfko;P:Lfjf;
-
serverId
private final long serverId- Mappings:
Namespace Name Mixin selector named serverIdLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;serverId:Jintermediary field_19794Lnet/minecraft/class_4388;field_19794:Jofficial QLfko;Q:J
-
left_x
private int left_x- Mappings:
Namespace Name Mixin selector named left_xLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;left_x:Iintermediary field_19795Lnet/minecraft/class_4388;field_19795:Iofficial RLfko;R:I
-
right_x
private int right_x- Mappings:
Namespace Name Mixin selector named right_xLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;right_x:Iintermediary field_19796Lnet/minecraft/class_4388;field_19796:Iofficial SLfko;S:I
-
playersButton
- Mappings:
Namespace Name Mixin selector named playersButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;playersButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19799Lnet/minecraft/class_4388;field_19799:Lnet/minecraft/class_4185;official TLfko;T:Lfqn;
-
settingsButton
- Mappings:
Namespace Name Mixin selector named settingsButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;settingsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19800Lnet/minecraft/class_4388;field_19800:Lnet/minecraft/class_4185;official ULfko;U:Lfqn;
-
subscriptionButton
- Mappings:
Namespace Name Mixin selector named subscriptionButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;subscriptionButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19801Lnet/minecraft/class_4388;field_19801:Lnet/minecraft/class_4185;official VLfko;V:Lfqn;
-
optionsButton
- Mappings:
Namespace Name Mixin selector named optionsButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;optionsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19802Lnet/minecraft/class_4388;field_19802:Lnet/minecraft/class_4185;official WLfko;W:Lfqn;
-
backupButton
- Mappings:
Namespace Name Mixin selector named backupButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;backupButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19803Lnet/minecraft/class_4388;field_19803:Lnet/minecraft/class_4185;official XLfko;X:Lfqn;
-
resetWorldButton
- Mappings:
Namespace Name Mixin selector named resetWorldButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;resetWorldButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19804Lnet/minecraft/class_4388;field_19804:Lnet/minecraft/class_4185;official YLfko;Y:Lfqn;
-
switchMinigameButton
- Mappings:
Namespace Name Mixin selector named switchMinigameButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchMinigameButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_19805Lnet/minecraft/class_4388;field_19805:Lnet/minecraft/class_4185;official ZLfko;Z:Lfqn;
-
stateChanged
private boolean stateChanged- Mappings:
Namespace Name Mixin selector named stateChangedLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;stateChanged:Zintermediary field_19806Lnet/minecraft/class_4388;field_19806:Zofficial aaLfko;aa:Z
-
slotButtons
- Mappings:
Namespace Name Mixin selector named slotButtonsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;slotButtons:Ljava/util/List;intermediary field_33777Lnet/minecraft/class_4388;field_33777:Ljava/util/List;official abLfko;ab:Ljava/util/List;
-
-
Constructor Details
-
RealmsConfigureWorldScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;J)Vintermediary <init>Lnet/minecraft/class_4388;<init>(Lnet/minecraft/class_4325;J)Vofficial <init>Lfko;<init>(Lfhz;J)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.
-
addSlotButton
- Mappings:
Namespace Name Mixin selector named addSlotButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;addSlotButton(I)Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;intermediary method_21199Lnet/minecraft/class_4388;method_21199(I)Lnet/minecraft/class_4367;official aLfko;a(I)Lfkg;
-
buttonLeft
private int buttonLeft(int i) - Mappings:
Namespace Name Mixin selector named buttonLeftLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;buttonLeft(I)Iintermediary method_21220Lnet/minecraft/class_4388;method_21220(I)Iofficial bLfko;b(I)I
-
buttonCenter
private int buttonCenter(int i, int total) - Mappings:
Namespace Name Mixin selector named buttonCenterLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;buttonCenter(II)Iintermediary method_21200Lnet/minecraft/class_4388;method_21200(II)Iofficial aLfko;a(II)I
-
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 aLfrq;a(Lfpz;IIF)V
-
frame
private int frame(int ordinal) - Mappings:
Namespace Name Mixin selector named frameLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;frame(I)Iintermediary method_21228Lnet/minecraft/class_4388;method_21228(I)Iofficial hLfko;h(I)I
-
close
public void close() -
fetchServerData
public void fetchServerData(long worldId) - Mappings:
Namespace Name Mixin selector named fetchServerDataLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;fetchServerData(J)Vintermediary method_21204Lnet/minecraft/class_4388;method_21204(J)Vofficial aLfko;a(J)V
-
disableButtons
private void disableButtons()- Mappings:
Namespace Name Mixin selector named disableButtonsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;disableButtons()Vintermediary method_21234Lnet/minecraft/class_4388;method_21234()Vofficial ELfko;E()V
-
joinRealm
- Mappings:
Namespace Name Mixin selector named joinRealmLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;joinRealm(Lnet/minecraft/client/realms/dto/RealmsServer;)Vintermediary method_21206Lnet/minecraft/class_4388;method_21206(Lnet/minecraft/class_4877;)Vofficial aLfko;a(Lfjf;)V
-
switchToMinigame
private void switchToMinigame()- Mappings:
Namespace Name Mixin selector named switchToMinigameLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToMinigame()Vintermediary method_21236Lnet/minecraft/class_4388;method_21236()Vofficial FLfko;F()V
-
switchToFullSlot
- Mappings:
Namespace Name Mixin selector named switchToFullSlotLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToFullSlot(ILnet/minecraft/client/realms/dto/RealmsServer;)Vintermediary method_21203Lnet/minecraft/class_4388;method_21203(ILnet/minecraft/class_4877;)Vofficial aLfko;a(ILfjf;)V
-
switchToEmptySlot
- Mappings:
Namespace Name Mixin selector named switchToEmptySlotLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToEmptySlot(ILnet/minecraft/client/realms/dto/RealmsServer;)Vintermediary method_21222Lnet/minecraft/class_4388;method_21222(ILnet/minecraft/class_4877;)Vofficial bLfko;b(ILfjf;)V
-
drawServerState
- Mappings:
Namespace Name Mixin selector named drawServerStateLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawServerState(Lnet/minecraft/client/gui/DrawContext;IIII)Vintermediary method_21201Lnet/minecraft/class_4388;method_21201(Lnet/minecraft/class_332;IIII)Vofficial bLfko;b(Lfpz;IIII)V
-
drawServerState
private void drawServerState(DrawContext context, int x, int y, int mouseX, int mouseY, Identifier texture, Supplier<Text> tooltipGetter) - Mappings:
Namespace Name Mixin selector named drawServerStateLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawServerState(Lnet/minecraft/client/gui/DrawContext;IIIILnet/minecraft/util/Identifier;Ljava/util/function/Supplier;)Vintermediary method_53460Lnet/minecraft/class_4388;method_53460(Lnet/minecraft/class_332;IIIILnet/minecraft/class_2960;Ljava/util/function/Supplier;)Vofficial aLfko;a(Lfpz;IIIILald;Ljava/util/function/Supplier;)V
-
isMinigame
private boolean isMinigame()- Mappings:
Namespace Name Mixin selector named isMinigameLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;isMinigame()Zintermediary method_21238Lnet/minecraft/class_4388;method_21238()Zofficial GLfko;G()Z
-
hideRegularButtons
private void hideRegularButtons()- Mappings:
Namespace Name Mixin selector named hideRegularButtonsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;hideRegularButtons()Vintermediary method_21240Lnet/minecraft/class_4388;method_21240()Vofficial HLfko;H()V
-
removeButton
- Mappings:
Namespace Name Mixin selector named removeButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;removeButton(Lnet/minecraft/client/gui/widget/ButtonWidget;)Vintermediary method_25138Lnet/minecraft/class_4388;method_25138(Lnet/minecraft/class_4185;)Vofficial aLfko;a(Lfqn;)V
-
addButton
- Mappings:
Namespace Name Mixin selector named addButtonLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;addButton(Lnet/minecraft/client/gui/widget/ButtonWidget;)Vintermediary method_21226Lnet/minecraft/class_4388;method_21226(Lnet/minecraft/class_4185;)Vofficial bLfko;b(Lfqn;)V
-
hideMinigameButtons
private void hideMinigameButtons()- Mappings:
Namespace Name Mixin selector named hideMinigameButtonsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;hideMinigameButtons()Vintermediary method_21242Lnet/minecraft/class_4388;method_21242()Vofficial ILfko;I()V
-
saveSlotSettings
- Mappings:
Namespace Name Mixin selector named saveSlotSettingsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;saveSlotSettings(Lnet/minecraft/client/realms/dto/RealmsWorldOptions;)Vintermediary method_21208Lnet/minecraft/class_4388;method_21208(Lnet/minecraft/class_4883;)Vofficial aLfko;a(Lfjl;)V
-
saveSettings
- Mappings:
Namespace Name Mixin selector named saveSettingsLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;saveSettings(Ljava/lang/String;Ljava/lang/String;)Vintermediary method_21215Lnet/minecraft/class_4388;method_21215(Ljava/lang/String;Ljava/lang/String;)Vofficial aLfko;a(Ljava/lang/String;Ljava/lang/String;)V
-
openTheWorld
public void openTheWorld(boolean join) - Mappings:
Namespace Name Mixin selector named openTheWorldLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;openTheWorld(Z)Vintermediary method_21218Lnet/minecraft/class_4388;method_21218(Z)Vofficial bLfko;b(Z)V
-
closeTheWorld
public void closeTheWorld()- Mappings:
Namespace Name Mixin selector named closeTheWorldLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;closeTheWorld()Vintermediary method_21217Lnet/minecraft/class_4388;method_21217()Vofficial bLfko;b()V
-
stateChanged
public void stateChanged()- Mappings:
Namespace Name Mixin selector named stateChangedLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;stateChanged()Vintermediary method_21198Lnet/minecraft/class_4388;method_21198()Vofficial fLfko;f()V
-
switchMinigame
- Mappings:
Namespace Name Mixin selector named switchMinigameLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchMinigame(Lnet/minecraft/client/realms/dto/WorldTemplate;)Vintermediary method_32484Lnet/minecraft/class_4388;method_32484(Lnet/minecraft/class_4890;)Vofficial aLfko;a(Lfjv;)V
-
getNewScreen
- Mappings:
Namespace Name Mixin selector named getNewScreenLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;getNewScreen()Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;intermediary method_21219Lnet/minecraft/class_4388;method_21219()Lnet/minecraft/class_4388;official gLfko;g()Lfko;
-