Class RealmsConfigureWorldScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

@Environment(CLIENT)
public class RealmsConfigureWorldScreen
extends RealmsScreen
Mappings:
Namespace Name
official dnx
intermediary net/minecraft/class_4388
named net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_19790 Lnet/minecraft/class_4388;field_19790:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • ON_ICON

      private static final Identifier ON_ICON
      Mappings:
      Namespace Name Mixin selector
      official b Ldnx;b:Lwb;
      intermediary field_22688 Lnet/minecraft/class_4388;field_22688:Lnet/minecraft/class_2960;
      named ON_ICON Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;ON_ICON:Lnet/minecraft/util/Identifier;
    • OFF_ICON

      private static final Identifier OFF_ICON
      Mappings:
      Namespace Name Mixin selector
      official c Ldnx;c:Lwb;
      intermediary field_22689 Lnet/minecraft/class_4388;field_22689:Lnet/minecraft/class_2960;
      named OFF_ICON Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;OFF_ICON:Lnet/minecraft/util/Identifier;
    • EXPIRED_ICON

      private static final Identifier EXPIRED_ICON
      Mappings:
      Namespace Name Mixin selector
      official p Ldnx;p:Lwb;
      intermediary field_22690 Lnet/minecraft/class_4388;field_22690:Lnet/minecraft/class_2960;
      named EXPIRED_ICON Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRED_ICON:Lnet/minecraft/util/Identifier;
    • EXPIRES_SOON_ICON

      private static final Identifier EXPIRES_SOON_ICON
      Mappings:
      Namespace Name Mixin selector
      official q Ldnx;q:Lwb;
      intermediary field_22691 Lnet/minecraft/class_4388;field_22691:Lnet/minecraft/class_2960;
      named EXPIRES_SOON_ICON Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_SOON_ICON:Lnet/minecraft/util/Identifier;
    • WORLDS_TITLE

      private static final Text WORLDS_TITLE
      Mappings:
      Namespace Name Mixin selector
      official r Ldnx;r:Loi;
      intermediary field_26479 Lnet/minecraft/class_4388;field_26479:Lnet/minecraft/class_2561;
      named WORLDS_TITLE Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;WORLDS_TITLE:Lnet/minecraft/text/Text;
    • CONFIGURE_REALM_TITLE

      private static final Text CONFIGURE_REALM_TITLE
      Mappings:
      Namespace Name Mixin selector
      official s Ldnx;s:Loi;
      intermediary field_26480 Lnet/minecraft/class_4388;field_26480:Lnet/minecraft/class_2561;
      named CONFIGURE_REALM_TITLE Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CONFIGURE_REALM_TITLE:Lnet/minecraft/text/Text;
    • CURRENT_MINIGAME_TEXT

      private static final Text CURRENT_MINIGAME_TEXT
      Mappings:
      Namespace Name Mixin selector
      official t Ldnx;t:Loi;
      intermediary field_26481 Lnet/minecraft/class_4388;field_26481:Lnet/minecraft/class_2561;
      named CURRENT_MINIGAME_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CURRENT_MINIGAME_TEXT:Lnet/minecraft/text/Text;
    • EXPIRED_TEXT

      private static final Text EXPIRED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official u Ldnx;u:Loi;
      intermediary field_26482 Lnet/minecraft/class_4388;field_26482:Lnet/minecraft/class_2561;
      named EXPIRED_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRED_TEXT:Lnet/minecraft/text/Text;
    • EXPIRES_SOON_TEXT

      private static final Text EXPIRES_SOON_TEXT
      Mappings:
      Namespace Name Mixin selector
      official v Ldnx;v:Loi;
      intermediary field_26483 Lnet/minecraft/class_4388;field_26483:Lnet/minecraft/class_2561;
      named EXPIRES_SOON_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_SOON_TEXT:Lnet/minecraft/text/Text;
    • EXPIRES_IN_A_DAY_TEXT

      private static final Text EXPIRES_IN_A_DAY_TEXT
      Mappings:
      Namespace Name Mixin selector
      official w Ldnx;w:Loi;
      intermediary field_26484 Lnet/minecraft/class_4388;field_26484:Lnet/minecraft/class_2561;
      named EXPIRES_IN_A_DAY_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;EXPIRES_IN_A_DAY_TEXT:Lnet/minecraft/text/Text;
    • OPEN_TEXT

      private static final Text OPEN_TEXT
      Mappings:
      Namespace Name Mixin selector
      official x Ldnx;x:Loi;
      intermediary field_26485 Lnet/minecraft/class_4388;field_26485:Lnet/minecraft/class_2561;
      named OPEN_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;OPEN_TEXT:Lnet/minecraft/text/Text;
    • CLOSED_TEXT

      private static final Text CLOSED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official y Ldnx;y:Loi;
      intermediary field_26486 Lnet/minecraft/class_4388;field_26486:Lnet/minecraft/class_2561;
      named CLOSED_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;CLOSED_TEXT:Lnet/minecraft/text/Text;
    • toolTip

      @Nullable private Text toolTip
      Mappings:
      Namespace Name Mixin selector
      official z Ldnx;z:Loi;
      intermediary field_19791 Lnet/minecraft/class_4388;field_19791:Lnet/minecraft/class_2561;
      named toolTip Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;toolTip:Lnet/minecraft/text/Text;
    • parent

      private final RealmsMainScreen parent
      Mappings:
      Namespace Name Mixin selector
      official A Ldnx;A:Ldmb;
      intermediary field_19792 Lnet/minecraft/class_4388;field_19792:Lnet/minecraft/class_4325;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;
    • server

      @Nullable private RealmsServer server
      Mappings:
      Namespace Name Mixin selector
      official B Ldnx;B:Ldmv;
      intermediary field_20493 Lnet/minecraft/class_4388;field_20493:Lnet/minecraft/class_4877;
      named server Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;server:Lnet/minecraft/client/realms/dto/RealmsServer;
    • serverId

      private final long serverId
      Mappings:
      Namespace Name Mixin selector
      official C Ldnx;C:J
      intermediary field_19794 Lnet/minecraft/class_4388;field_19794:J
      named serverId Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;serverId:J
    • left_x

      private int left_x
      Mappings:
      Namespace Name Mixin selector
      official D Ldnx;D:I
      intermediary field_19795 Lnet/minecraft/class_4388;field_19795:I
      named left_x Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;left_x:I
    • right_x

      private int right_x
      Mappings:
      Namespace Name Mixin selector
      official E Ldnx;E:I
      intermediary field_19796 Lnet/minecraft/class_4388;field_19796:I
      named right_x Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;right_x:I
    • playersButton

      private ButtonWidget playersButton
      Mappings:
      Namespace Name Mixin selector
      official F Ldnx;F:Ldru;
      intermediary field_19799 Lnet/minecraft/class_4388;field_19799:Lnet/minecraft/class_4185;
      named playersButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;playersButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • settingsButton

      private ButtonWidget settingsButton
      Mappings:
      Namespace Name Mixin selector
      official G Ldnx;G:Ldru;
      intermediary field_19800 Lnet/minecraft/class_4388;field_19800:Lnet/minecraft/class_4185;
      named settingsButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;settingsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • subscriptionButton

      private ButtonWidget subscriptionButton
      Mappings:
      Namespace Name Mixin selector
      official H Ldnx;H:Ldru;
      intermediary field_19801 Lnet/minecraft/class_4388;field_19801:Lnet/minecraft/class_4185;
      named subscriptionButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;subscriptionButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • optionsButton

      private ButtonWidget optionsButton
      Mappings:
      Namespace Name Mixin selector
      official I Ldnx;I:Ldru;
      intermediary field_19802 Lnet/minecraft/class_4388;field_19802:Lnet/minecraft/class_4185;
      named optionsButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;optionsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • backupButton

      private ButtonWidget backupButton
      Mappings:
      Namespace Name Mixin selector
      official J Ldnx;J:Ldru;
      intermediary field_19803 Lnet/minecraft/class_4388;field_19803:Lnet/minecraft/class_4185;
      named backupButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;backupButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • resetWorldButton

      private ButtonWidget resetWorldButton
      Mappings:
      Namespace Name Mixin selector
      official K Ldnx;K:Ldru;
      intermediary field_19804 Lnet/minecraft/class_4388;field_19804:Lnet/minecraft/class_4185;
      named resetWorldButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;resetWorldButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • switchMinigameButton

      private ButtonWidget switchMinigameButton
      Mappings:
      Namespace Name Mixin selector
      official L Ldnx;L:Ldru;
      intermediary field_19805 Lnet/minecraft/class_4388;field_19805:Lnet/minecraft/class_4185;
      named switchMinigameButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchMinigameButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • stateChanged

      private boolean stateChanged
      Mappings:
      Namespace Name Mixin selector
      official M Ldnx;M:Z
      intermediary field_19806 Lnet/minecraft/class_4388;field_19806:Z
      named stateChanged Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;stateChanged:Z
    • animTick

      private int animTick
      Mappings:
      Namespace Name Mixin selector
      official N Ldnx;N:I
      intermediary field_19807 Lnet/minecraft/class_4388;field_19807:I
      named animTick Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;animTick:I
    • clicks

      private int clicks
      Mappings:
      Namespace Name Mixin selector
      official O Ldnx;O:I
      intermediary field_19808 Lnet/minecraft/class_4388;field_19808:I
      named clicks Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;clicks:I
  • Constructor Details

    • RealmsConfigureWorldScreen

      public RealmsConfigureWorldScreen​(RealmsMainScreen parent, long serverId)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldnx;<init>(Ldmb;J)V
      intermediary <init> Lnet/minecraft/class_4388;<init>(Lnet/minecraft/class_4325;J)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;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.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • addSlotButton

      private void addSlotButton​(int slotIndex)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(I)V
      intermediary method_21199 Lnet/minecraft/class_4388;method_21199(I)V
      named addSlotButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;addSlotButton(I)V
    • buttonLeft

      private int buttonLeft​(int i)
      Mappings:
      Namespace Name Mixin selector
      official b Ldnx;b(I)I
      intermediary method_21220 Lnet/minecraft/class_4388;method_21220(I)I
      named buttonLeft Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;buttonLeft(I)I
    • buttonCenter

      private int buttonCenter​(int i, int total)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(II)I
      intermediary method_21200 Lnet/minecraft/class_4388;method_21200(II)I
      named buttonCenter Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;buttonCenter(II)I
    • tick

      public void tick()
      Specified by:
      tick in interface TickableElement
      Overrides:
      tick in class RealmsScreen
      Mappings:
      Namespace Name Mixin selector
      official d Ldsn;d()V
      intermediary method_25393 Lnet/minecraft/class_4893;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/TickableElement;tick()V
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Ldsq;a(Ldlr;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • frame

      private int frame​(int ordinal)
      Mappings:
      Namespace Name Mixin selector
      official c Ldnx;c(I)I
      intermediary method_21228 Lnet/minecraft/class_4388;method_21228(I)I
      named frame Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;frame(I)I
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Ldve;e()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • 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 in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Keyboard.onKey(long, int, int, int, int), GLFW.GLFW_KEY_Q, GLFWKeyCallbackI.invoke(long, int, int, int, int)
      Mappings:
      Namespace Name Mixin selector
      official a Ldst;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
    • backButtonClicked

      private void backButtonClicked()
      Mappings:
      Namespace Name Mixin selector
      official h Ldnx;h()V
      intermediary method_21231 Lnet/minecraft/class_4388;method_21231()V
      named backButtonClicked Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;backButtonClicked()V
    • fetchServerData

      private void fetchServerData​(long worldId)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(J)V
      intermediary method_21204 Lnet/minecraft/class_4388;method_21204(J)V
      named fetchServerData Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;fetchServerData(J)V
    • disableButtons

      private void disableButtons()
      Mappings:
      Namespace Name Mixin selector
      official i Ldnx;i()V
      intermediary method_21234 Lnet/minecraft/class_4388;method_21234()V
      named disableButtons Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;disableButtons()V
    • joinRealm

      private void joinRealm​(RealmsServer serverData)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldmv;)V
      intermediary method_21206 Lnet/minecraft/class_4388;method_21206(Lnet/minecraft/class_4877;)V
      named joinRealm Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;joinRealm(Lnet/minecraft/client/realms/dto/RealmsServer;)V
    • switchToMinigame

      private void switchToMinigame()
      Mappings:
      Namespace Name Mixin selector
      official k Ldnx;k()V
      intermediary method_21236 Lnet/minecraft/class_4388;method_21236()V
      named switchToMinigame Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToMinigame()V
    • switchToFullSlot

      private void switchToFullSlot​(int selectedSlot, RealmsServer serverData)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(ILdmv;)V
      intermediary method_21203 Lnet/minecraft/class_4388;method_21203(ILnet/minecraft/class_4877;)V
      named switchToFullSlot Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToFullSlot(ILnet/minecraft/client/realms/dto/RealmsServer;)V
    • switchToEmptySlot

      private void switchToEmptySlot​(int selectedSlot, RealmsServer serverData)
      Mappings:
      Namespace Name Mixin selector
      official b Ldnx;b(ILdmv;)V
      intermediary method_21222 Lnet/minecraft/class_4388;method_21222(ILnet/minecraft/class_4877;)V
      named switchToEmptySlot Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;switchToEmptySlot(ILnet/minecraft/client/realms/dto/RealmsServer;)V
    • renderMousehoverTooltip

      protected void renderMousehoverTooltip​(MatrixStack matrices, @Nullable Text text, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldlr;Loi;II)V
      intermediary method_21214 Lnet/minecraft/class_4388;method_21214(Lnet/minecraft/class_4587;Lnet/minecraft/class_2561;II)V
      named renderMousehoverTooltip Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;renderMousehoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Text;II)V
    • drawServerStatus

      private void drawServerStatus​(MatrixStack matrices, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official c Ldnx;c(Ldlr;IIII)V
      intermediary method_21201 Lnet/minecraft/class_4388;method_21201(Lnet/minecraft/class_4587;IIII)V
      named drawServerStatus Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawServerStatus(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • drawExpired

      private void drawExpired​(MatrixStack matrices, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official d Ldnx;d(Ldlr;IIII)V
      intermediary method_21221 Lnet/minecraft/class_4388;method_21221(Lnet/minecraft/class_4587;IIII)V
      named drawExpired Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawExpired(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • drawExpiring

      private void drawExpiring​(MatrixStack matrices, int int2, int int3, int int4, int int5, int int6)
      Mappings:
      Namespace Name Mixin selector
      official b Ldnx;b(Ldlr;IIIII)V
      intermediary method_21202 Lnet/minecraft/class_4388;method_21202(Lnet/minecraft/class_4587;IIIII)V
      named drawExpiring Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawExpiring(Lnet/minecraft/client/util/math/MatrixStack;IIIII)V
    • drawOpen

      private void drawOpen​(MatrixStack matrices, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official e Ldnx;e(Ldlr;IIII)V
      intermediary method_21229 Lnet/minecraft/class_4388;method_21229(Lnet/minecraft/class_4587;IIII)V
      named drawOpen Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawOpen(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • drawClosed

      private void drawClosed​(MatrixStack matrices, int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official f Ldnx;f(Ldlr;IIII)V
      intermediary method_25143 Lnet/minecraft/class_4388;method_25143(Lnet/minecraft/class_4587;IIII)V
      named drawClosed Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;drawClosed(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • isMinigame

      private boolean isMinigame()
      Mappings:
      Namespace Name Mixin selector
      official l Ldnx;l()Z
      intermediary method_21238 Lnet/minecraft/class_4388;method_21238()Z
      named isMinigame Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;isMinigame()Z
    • hideRegularButtons

      private void hideRegularButtons()
      Mappings:
      Namespace Name Mixin selector
      official m Ldnx;m()V
      intermediary method_21240 Lnet/minecraft/class_4388;method_21240()V
      named hideRegularButtons Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;hideRegularButtons()V
    • removeButton

      private void removeButton​(ButtonWidget button)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldru;)V
      intermediary method_25138 Lnet/minecraft/class_4388;method_25138(Lnet/minecraft/class_4185;)V
      named removeButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;removeButton(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • addButton

      private void addButton​(ButtonWidget button)
      Mappings:
      Namespace Name Mixin selector
      official b Ldnx;b(Ldru;)V
      intermediary method_21226 Lnet/minecraft/class_4388;method_21226(Lnet/minecraft/class_4185;)V
      named addButton Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;addButton(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • hideMinigameButtons

      private void hideMinigameButtons()
      Mappings:
      Namespace Name Mixin selector
      official n Ldnx;n()V
      intermediary method_21242 Lnet/minecraft/class_4388;method_21242()V
      named hideMinigameButtons Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;hideMinigameButtons()V
    • saveSlotSettings

      public void saveSlotSettings​(RealmsWorldOptions options)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldnb;)V
      intermediary method_21208 Lnet/minecraft/class_4388;method_21208(Lnet/minecraft/class_4883;)V
      named saveSlotSettings Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;saveSlotSettings(Lnet/minecraft/client/realms/dto/RealmsWorldOptions;)V
    • saveSettings

      public void saveSettings​(String name, String desc)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ljava/lang/String;Ljava/lang/String;)V
      intermediary method_21215 Lnet/minecraft/class_4388;method_21215(Ljava/lang/String;Ljava/lang/String;)V
      named saveSettings Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;saveSettings(Ljava/lang/String;Ljava/lang/String;)V
    • openTheWorld

      public void openTheWorld​(boolean join, Screen screen)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(ZLdve;)V
      intermediary method_21218 Lnet/minecraft/class_4388;method_21218(ZLnet/minecraft/class_437;)V
      named openTheWorld Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;openTheWorld(ZLnet/minecraft/client/gui/screen/Screen;)V
    • closeTheWorld

      public void closeTheWorld​(Screen screen)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldve;)V
      intermediary method_21217 Lnet/minecraft/class_4388;method_21217(Lnet/minecraft/class_437;)V
      named closeTheWorld Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;closeTheWorld(Lnet/minecraft/client/gui/screen/Screen;)V
    • stateChanged

      public void stateChanged()
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a()V
      intermediary method_21198 Lnet/minecraft/class_4388;method_21198()V
      named stateChanged Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;stateChanged()V
    • method_32484

      private void method_32484​(@Nullable WorldTemplate worldTemplate)
      Mappings:
      Namespace Name Mixin selector
      official a Ldnx;a(Ldnj;)V
      intermediary method_32484 Lnet/minecraft/class_4388;method_32484(Lnet/minecraft/class_4890;)V
      named method_32484 Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;method_32484(Lnet/minecraft/client/realms/dto/WorldTemplate;)V
    • getNewScreen

      public RealmsConfigureWorldScreen getNewScreen()
      Mappings:
      Namespace Name Mixin selector
      official c Ldnx;c()Ldnx;
      intermediary method_21219 Lnet/minecraft/class_4388;method_21219()Lnet/minecraft/class_4388;
      named getNewScreen Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;getNewScreen()Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;