Class RealmsWorldSlotButton

All Implemented Interfaces:
Drawable, Element, Narratable, Navigable, Selectable, Widget

@Environment(CLIENT) public class RealmsWorldSlotButton extends ButtonWidget
Mappings:
Namespace Name
official eny
intermediary net/minecraft/class_4367
named net/minecraft/client/realms/gui/RealmsWorldSlotButton
  • Field Details

    • SLOT_FRAME

      private static final Identifier SLOT_FRAME
      Mappings:
      Namespace Name Mixin selector
      official s Leny;s:Laew;
      intermediary field_22681 Lnet/minecraft/class_4367;field_22681:Lnet/minecraft/class_2960;
      named SLOT_FRAME Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;SLOT_FRAME:Lnet/minecraft/util/Identifier;
    • CHECKMARK

      private static final Identifier CHECKMARK
      Mappings:
      Namespace Name Mixin selector
      official t Leny;t:Laew;
      intermediary field_39067 Lnet/minecraft/class_4367;field_39067:Lnet/minecraft/class_2960;
      named CHECKMARK Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;CHECKMARK:Lnet/minecraft/util/Identifier;
    • EMPTY_FRAME

      public static final Identifier EMPTY_FRAME
      Mappings:
      Namespace Name Mixin selector
      official a Leny;a:Laew;
      intermediary field_22682 Lnet/minecraft/class_4367;field_22682:Lnet/minecraft/class_2960;
      named EMPTY_FRAME Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;EMPTY_FRAME:Lnet/minecraft/util/Identifier;
    • PANORAMA_0

      public static final Identifier PANORAMA_0
      Mappings:
      Namespace Name Mixin selector
      official b Leny;b:Laew;
      intermediary field_22683 Lnet/minecraft/class_4367;field_22683:Lnet/minecraft/class_2960;
      named PANORAMA_0 Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;PANORAMA_0:Lnet/minecraft/util/Identifier;
    • PANORAMA_2

      public static final Identifier PANORAMA_2
      Mappings:
      Namespace Name Mixin selector
      official c Leny;c:Laew;
      intermediary field_22684 Lnet/minecraft/class_4367;field_22684:Lnet/minecraft/class_2960;
      named PANORAMA_2 Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;PANORAMA_2:Lnet/minecraft/util/Identifier;
    • PANORAMA_3

      public static final Identifier PANORAMA_3
      Mappings:
      Namespace Name Mixin selector
      official d Leny;d:Laew;
      intermediary field_22685 Lnet/minecraft/class_4367;field_22685:Lnet/minecraft/class_2960;
      named PANORAMA_3 Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;PANORAMA_3:Lnet/minecraft/util/Identifier;
    • ACTIVE_TOOLTIP

      private static final Text ACTIVE_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official u Leny;u:Ltl;
      intermediary field_26468 Lnet/minecraft/class_4367;field_26468:Lnet/minecraft/class_2561;
      named ACTIVE_TOOLTIP Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;ACTIVE_TOOLTIP:Lnet/minecraft/text/Text;
    • MINIGAME_TOOLTIP

      private static final Text MINIGAME_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official v Leny;v:Ltl;
      intermediary field_26469 Lnet/minecraft/class_4367;field_26469:Lnet/minecraft/class_2561;
      named MINIGAME_TOOLTIP Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;MINIGAME_TOOLTIP:Lnet/minecraft/text/Text;
    • TOOLTIP

      private static final Text TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official w Leny;w:Ltl;
      intermediary field_26470 Lnet/minecraft/class_4367;field_26470:Lnet/minecraft/class_2561;
      named TOOLTIP Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;TOOLTIP:Lnet/minecraft/text/Text;
    • MINIGAME_SLOT_NAME

      private static final Text MINIGAME_SLOT_NAME
      Mappings:
      Namespace Name Mixin selector
      official x Leny;x:Ltl;
      intermediary field_44894 Lnet/minecraft/class_4367;field_44894:Lnet/minecraft/class_2561;
      named MINIGAME_SLOT_NAME Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;MINIGAME_SLOT_NAME:Lnet/minecraft/text/Text;
    • serverDataProvider

      private final Supplier<RealmsServer> serverDataProvider
      Mappings:
      Namespace Name Mixin selector
      official y Leny;y:Ljava/util/function/Supplier;
      intermediary field_19672 Lnet/minecraft/class_4367;field_19672:Ljava/util/function/Supplier;
      named serverDataProvider Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;serverDataProvider:Ljava/util/function/Supplier;
    • tooltipSetter

      private final Consumer<Text> tooltipSetter
      Mappings:
      Namespace Name Mixin selector
      official z Leny;z:Ljava/util/function/Consumer;
      intermediary field_19673 Lnet/minecraft/class_4367;field_19673:Ljava/util/function/Consumer;
      named tooltipSetter Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;tooltipSetter:Ljava/util/function/Consumer;
    • slotIndex

      private final int slotIndex
      Mappings:
      Namespace Name Mixin selector
      official A Leny;A:I
      intermediary field_19675 Lnet/minecraft/class_4367;field_19675:I
      named slotIndex Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;slotIndex:I
    • state

      Mappings:
      Namespace Name Mixin selector
      official B Leny;B:Leny$b;
      intermediary field_19677 Lnet/minecraft/class_4367;field_19677:Lnet/minecraft/class_4367$class_4370;
      named state Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;state:Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$State;
  • Constructor Details

    • RealmsWorldSlotButton

      public RealmsWorldSlotButton(int x, int y, int width, int height, Supplier<RealmsServer> serverDataProvider, Consumer<Text> tooltipSetter, int id, ButtonWidget.PressAction action)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leny;<init>(IIIILjava/util/function/Supplier;Ljava/util/function/Consumer;ILesq$c;)V
      intermediary <init> Lnet/minecraft/class_4367;<init>(IIIILjava/util/function/Supplier;Ljava/util/function/Consumer;ILnet/minecraft/class_4185$class_4241;)V
      named <init> Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;<init>(IIIILjava/util/function/Supplier;Ljava/util/function/Consumer;ILnet/minecraft/client/gui/widget/ButtonWidget$PressAction;)V
  • Method Details

    • getState

      Mappings:
      Namespace Name Mixin selector
      official a Leny;a()Leny$b;
      intermediary method_25099 Lnet/minecraft/class_4367;method_25099()Lnet/minecraft/class_4367$class_4370;
      named getState Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;getState()Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$State;
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official b Leny;b()V
      intermediary method_37007 Lnet/minecraft/class_4367;method_37007()V
      named tick Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;tick()V
    • getAction

      private static RealmsWorldSlotButton.Action getAction(RealmsServer server, boolean active, boolean minigame)
      Mappings:
      Namespace Name Mixin selector
      official a Leny;a(Lemw;ZZ)Leny$a;
      intermediary method_27455 Lnet/minecraft/class_4367;method_27455(Lnet/minecraft/class_4877;ZZ)Lnet/minecraft/class_4367$class_4368;
      named getAction Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;getAction(Lnet/minecraft/client/realms/dto/RealmsServer;ZZ)Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;
    • getActionPromptAndMessage

      private com.mojang.datafixers.util.Pair<Text,Text> getActionPromptAndMessage(RealmsServer server, String text, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action)
      Mappings:
      Namespace Name Mixin selector
      official a Leny;a(Lemw;Ljava/lang/String;ZZLeny$a;)Lcom/mojang/datafixers/util/Pair;
      intermediary method_27454 Lnet/minecraft/class_4367;method_27454(Lnet/minecraft/class_4877;Ljava/lang/String;ZZLnet/minecraft/class_4367$class_4368;)Lcom/mojang/datafixers/util/Pair;
      named getActionPromptAndMessage Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;getActionPromptAndMessage(Lnet/minecraft/client/realms/dto/RealmsServer;Ljava/lang/String;ZZLnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;)Lcom/mojang/datafixers/util/Pair;
    • renderButton

      public void renderButton(DrawContext context, int mouseX, int mouseY, float delta)
      Overrides:
      renderButton in class PressableWidget
      Mappings:
      Namespace Name Mixin selector
      official b Leso;b(Lesf;IIF)V
      intermediary method_48579 Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)V
      named renderButton Lnet/minecraft/client/gui/widget/ClickableWidget;renderButton(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • drawSlotFrame

      private void drawSlotFrame(DrawContext context, int x, int y, int mouseX, int mouseY, boolean active, String slotName, int slotIndex, long imageId, @Nullable @Nullable String image, boolean empty, boolean minigame, RealmsWorldSlotButton.Action action, @Nullable @Nullable Text actionPrompt)
      Mappings:
      Namespace Name Mixin selector
      official a Leny;a(Lesf;IIIIZLjava/lang/String;IJLjava/lang/String;ZZLeny$a;Ltl;)V
      intermediary method_21107 Lnet/minecraft/class_4367;method_21107(Lnet/minecraft/class_332;IIIIZLjava/lang/String;IJLjava/lang/String;ZZLnet/minecraft/class_4367$class_4368;Lnet/minecraft/class_2561;)V
      named drawSlotFrame Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;drawSlotFrame(Lnet/minecraft/client/gui/DrawContext;IIIIZLjava/lang/String;IJLjava/lang/String;ZZLnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;Lnet/minecraft/text/Text;)V
    • drawCheckmark

      private void drawCheckmark(DrawContext context, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Leny;a(Lesf;II)V
      intermediary method_43586 Lnet/minecraft/class_4367;method_43586(Lnet/minecraft/class_332;II)V
      named drawCheckmark Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton;drawCheckmark(Lnet/minecraft/client/gui/DrawContext;II)V