Class RealmsLoadingWidget

java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.realms.gui.RealmsLoadingWidget
All Implemented Interfaces:
Drawable, Element, Narratable, Navigable, Selectable, Widget

@Environment(CLIENT) public class RealmsLoadingWidget extends ClickableWidget
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/RealmsLoadingWidget
intermediary net/minecraft/class_8661
official fjb
  • Field Details

    • textRenderer

      private final TextRenderer textRenderer
      Mappings:
      Namespace Name Mixin selector
      named textRenderer Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;textRenderer:Lnet/minecraft/client/font/TextRenderer;
      intermediary field_45361 Lnet/minecraft/class_8661;field_45361:Lnet/minecraft/class_327;
      official a Lfjb;a:Lfhx;
  • Constructor Details

    • RealmsLoadingWidget

      public RealmsLoadingWidget(TextRenderer textRenderer, Text message)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;<init>(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_8661;<init>(Lnet/minecraft/class_327;Lnet/minecraft/class_2561;)V
      official <init> Lfjb;<init>(Lfhx;Lwz;)V
  • Method Details

    • renderWidget

      protected void renderWidget(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      renderWidget in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      named renderWidget Lnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_48579 Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)V
      official b Lfik;b(Lfhz;IIF)V
    • appendClickableNarrations

      protected void appendClickableNarrations(NarrationMessageBuilder builder)
      Specified by:
      appendClickableNarrations in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      named appendClickableNarrations Lnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
      intermediary method_47399 Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)V
      official a Lfik;a(Lfmi;)V
    • playDownSound

      public void playDownSound(SoundManager soundManager)
      Overrides:
      playDownSound in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      named playDownSound Lnet/minecraft/client/gui/widget/ClickableWidget;playDownSound(Lnet/minecraft/client/sound/SoundManager;)V
      intermediary method_25354 Lnet/minecraft/class_339;method_25354(Lnet/minecraft/class_1144;)V
      official a Lfik;a(Lgvf;)V
    • isNarratable

      public boolean isNarratable()
      Specified by:
      isNarratable in interface Selectable
      Overrides:
      isNarratable in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      named isNarratable Lnet/minecraft/client/gui/Selectable;isNarratable()Z
      intermediary method_37303 Lnet/minecraft/class_6379;method_37303()Z
      official C Lfmg;C()Z
    • getNavigationPath

      @Nullable public @Nullable GuiNavigationPath getNavigationPath(GuiNavigation navigation)
      Specified by:
      getNavigationPath in interface Element
      Overrides:
      getNavigationPath in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      named getNavigationPath Lnet/minecraft/client/gui/Element;getNavigationPath(Lnet/minecraft/client/gui/navigation/GuiNavigation;)Lnet/minecraft/client/gui/navigation/GuiNavigationPath;
      intermediary method_48205 Lnet/minecraft/class_364;method_48205(Lnet/minecraft/class_8023;)Lnet/minecraft/class_8016;
      official a Lfki;a(Lfmo;)Lfhw;