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 fvg$e
  • Field Details Link icon

    • disabled Link icon

      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 Lfvg$e;a:Z
  • Constructor Details Link icon

    • BaseButtonWidget Link icon

      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> Lfvg$e;<init>(II)V
    • BaseButtonWidget Link icon

      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> Lfvg$e;<init>(IILwp;)V
  • Method Details Link icon

    • renderWidget Link icon

      public void renderWidget(DrawContext context, int mouseX, int mouseY, float delta)
      Overrides:
      renderWidget in class PressableWidget
      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 Lfos;b(Lfof;IIF)V
    • renderExtra Link icon

      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 a Lfvg$e;a(Lfof;)V
    • isDisabled Link icon

      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 Lfvg$e;a()Z
    • setDisabled Link icon

      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 b Lfvg$e;b(Z)V
    • appendClickableNarrations Link icon

      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 Lfos;a(Lfsr;)V