Class BeaconScreen.BaseButtonWidget

All Implemented Interfaces:
Drawable, Element, Narratable, Navigable, BeaconScreen.BeaconButtonWidget, Selectable, Widget
Direct Known Subclasses:
BeaconScreen.EffectButtonWidget, BeaconScreen.IconButtonWidget
Enclosing class:
BeaconScreen

@Environment(CLIENT) private abstract static class BeaconScreen.BaseButtonWidget extends PressableWidget implements BeaconScreen.BeaconButtonWidget
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget
intermediary net/minecraft/class_466$class_470
official gqz$e
  • Field Details

    • disabled

      private boolean disabled
      Mappings:
      Namespace Name Mixin selector
      named disabled Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;disabled:Z
      intermediary field_2815 Lnet/minecraft/class_466$class_470;field_2815:Z
      official a Lgqz$e;a:Z
  • Constructor Details

    • BaseButtonWidget

      protected BaseButtonWidget(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;<init>(II)V
      intermediary <init> Lnet/minecraft/class_466$class_470;<init>(II)V
      official <init> Lgqz$e;<init>(II)V
    • BaseButtonWidget

      protected BaseButtonWidget(int x, int y, Text message)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;<init>(IILnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_466$class_470;<init>(IILnet/minecraft/class_2561;)V
      official <init> Lgqz$e;<init>(IILym;)V
  • Method Details

    • method_75752

      public void method_75752(DrawContext drawContext, int int2, int int3, float float2)
      Specified by:
      method_75752 in class PressableWidget
      Mappings:
      Namespace Name Mixin selector
      named method_75752 Lnet/minecraft/client/gui/widget/PressableWidget;method_75752(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_75752 Lnet/minecraft/class_4264;method_75752(Lnet/minecraft/class_332;IIF)V
      official b Lggg;b(Lggd;IIF)V
    • renderExtra

      protected abstract void renderExtra(DrawContext context)
      Mappings:
      Namespace Name Mixin selector
      named renderExtra Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;renderExtra(Lnet/minecraft/client/gui/DrawContext;)V
      intermediary method_18641 Lnet/minecraft/class_466$class_470;method_18641(Lnet/minecraft/class_332;)V
      official b Lgqz$e;b(Lggd;)V
    • isDisabled

      public boolean isDisabled()
      Mappings:
      Namespace Name Mixin selector
      named isDisabled Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;isDisabled()Z
      intermediary method_2402 Lnet/minecraft/class_466$class_470;method_2402()Z
      official a Lgqz$e;a()Z
    • setDisabled

      public void setDisabled(boolean disabled)
      Mappings:
      Namespace Name Mixin selector
      named setDisabled Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$BaseButtonWidget;setDisabled(Z)V
      intermediary method_2401 Lnet/minecraft/class_466$class_470;method_2401(Z)V
      official a Lgqz$e;a(Z)V
    • appendClickableNarrations

      public 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 Lggo;a(Lgmp;)V