Class RealmsBrokenWorldScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • SLOT_FRAME_TEXTURE

      private static final Identifier SLOT_FRAME_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Leod;a:Laew;
      intermediary field_45239 Lnet/minecraft/class_4384;field_45239:Lnet/minecraft/class_2960;
      named SLOT_FRAME_TEXTURE Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;SLOT_FRAME_TEXTURE:Lnet/minecraft/util/Identifier;
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Leod;b:Lorg/slf4j/Logger;
      intermediary field_19763 Lnet/minecraft/class_4384;field_19763:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;LOGGER:Lorg/slf4j/Logger;
    • field_32120

      private static final int field_32120
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Leod;c:I
      intermediary field_32120 Lnet/minecraft/class_4384;field_32120:I
      named field_32120 Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;field_32120:I
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official y Leod;y:Leyk;
      intermediary field_19764 Lnet/minecraft/class_4384;field_19764:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • serverData

      @Nullable private @Nullable RealmsServer serverData
      Mappings:
      Namespace Name Mixin selector
      official z Leod;z:Lemw;
      intermediary field_20492 Lnet/minecraft/class_4384;field_20492:Lnet/minecraft/class_4877;
      named serverData Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
    • serverId

      private final long serverId
      Mappings:
      Namespace Name Mixin selector
      official A Leod;A:J
      intermediary field_19767 Lnet/minecraft/class_4384;field_19767:J
      named serverId Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;serverId:J
    • message

      private final Text[] message
      Mappings:
      Namespace Name Mixin selector
      official B Leod;B:[Ltl;
      intermediary field_19769 Lnet/minecraft/class_4384;field_19769:[Lnet/minecraft/class_2561;
      named message Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;message:[Lnet/minecraft/text/Text;
    • left_x

      private int left_x
      Mappings:
      Namespace Name Mixin selector
      official C Leod;C:I
      intermediary field_19770 Lnet/minecraft/class_4384;field_19770:I
      named left_x Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;left_x:I
    • slotsThatHasBeenDownloaded

      private final List<Integer> slotsThatHasBeenDownloaded
      Mappings:
      Namespace Name Mixin selector
      official D Leod;D:Ljava/util/List;
      intermediary field_19778 Lnet/minecraft/class_4384;field_19778:Ljava/util/List;
      named slotsThatHasBeenDownloaded Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;slotsThatHasBeenDownloaded:Ljava/util/List;
    • animTick

      private int animTick
      Mappings:
      Namespace Name Mixin selector
      official E Leod;E:I
      intermediary field_19779 Lnet/minecraft/class_4384;field_19779:I
      named animTick Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;animTick:I
  • Constructor Details

    • RealmsBrokenWorldScreen

      public RealmsBrokenWorldScreen(Screen parent, long serverId, boolean minigame)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leod;<init>(Leyk;JZ)V
      intermediary <init> Lnet/minecraft/class_4384;<init>(Lnet/minecraft/class_437;JZ)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;JZ)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(net.minecraft.client.gui.Element) to set the element that is initially focused.

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

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Leyk;g()Ltl;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • addButtons

      private void addButtons()
      Mappings:
      Namespace Name Mixin selector
      official D Leod;D()V
      intermediary method_21178 Lnet/minecraft/class_4384;method_21178()V
      named addButtons Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;addButtons()V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Leyk;c()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lets;a(Lesf;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • getFramePositionX

      private int getFramePositionX(int i)
      Mappings:
      Namespace Name Mixin selector
      official a Leod;a(I)I
      intermediary method_21179 Lnet/minecraft/class_4384;method_21179(I)I
      named getFramePositionX Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;getFramePositionX(I)I
    • fetchServerData

      private void fetchServerData(long worldId)
      Mappings:
      Namespace Name Mixin selector
      official a Leod;a(J)V
      intermediary method_21181 Lnet/minecraft/class_4384;method_21181(J)V
      named fetchServerData Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;fetchServerData(J)V
    • play

      public void play()
      Mappings:
      Namespace Name Mixin selector
      official e Leod;e()V
      intermediary method_25123 Lnet/minecraft/class_4384;method_25123()V
      named play Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;play()V
    • downloadWorld

      private void downloadWorld(int slotId)
      Mappings:
      Namespace Name Mixin selector
      official b Leod;b(I)V
      intermediary method_21187 Lnet/minecraft/class_4384;method_21187(I)V
      named downloadWorld Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;downloadWorld(I)V
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official az_ Leyk;az_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • isMinigame

      private boolean isMinigame()
      Mappings:
      Namespace Name Mixin selector
      official E Leod;E()Z
      intermediary method_21196 Lnet/minecraft/class_4384;method_21196()Z
      named isMinigame Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;isMinigame()Z
    • drawSlotFrame

      private void drawSlotFrame(DrawContext context, int x, int y, int mouseX, int mouseY, boolean activeSlot, String slotName, int slotId, long templateId, @Nullable @Nullable String templateImage, boolean empty)
      Mappings:
      Namespace Name Mixin selector
      official a Leod;a(Lesf;IIIIZLjava/lang/String;IJLjava/lang/String;Z)V
      intermediary method_21180 Lnet/minecraft/class_4384;method_21180(Lnet/minecraft/class_332;IIIIZLjava/lang/String;IJLjava/lang/String;Z)V
      named drawSlotFrame Lnet/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen;drawSlotFrame(Lnet/minecraft/client/gui/DrawContext;IIIIZLjava/lang/String;IJLjava/lang/String;Z)V