Class ToggleButtonWidget

All Implemented Interfaces:
class_8083, Drawable, Element, Narratable, Selectable, Widget
Direct Known Subclasses:
RecipeGroupButtonWidget

@Environment(CLIENT) public class ToggleButtonWidget extends ClickableWidget
Mappings:
Namespace Name
official eng
intermediary net/minecraft/class_361
named net/minecraft/client/gui/widget/ToggleButtonWidget
  • Field Details

    • texture

      protected Identifier texture
      Mappings:
      Namespace Name Mixin selector
      official a Leng;a:Lacs;
      intermediary field_2193 Lnet/minecraft/class_361;field_2193:Lnet/minecraft/class_2960;
      named texture Lnet/minecraft/client/gui/widget/ToggleButtonWidget;texture:Lnet/minecraft/util/Identifier;
    • toggled

      protected boolean toggled
      Mappings:
      Namespace Name Mixin selector
      official b Leng;b:Z
      intermediary field_2194 Lnet/minecraft/class_361;field_2194:Z
      named toggled Lnet/minecraft/client/gui/widget/ToggleButtonWidget;toggled:Z
    • u

      protected int u
      Mappings:
      Namespace Name Mixin selector
      official c Leng;c:I
      intermediary field_2192 Lnet/minecraft/class_361;field_2192:I
      named u Lnet/minecraft/client/gui/widget/ToggleButtonWidget;u:I
    • v

      protected int v
      Mappings:
      Namespace Name Mixin selector
      official d Leng;d:I
      intermediary field_2191 Lnet/minecraft/class_361;field_2191:I
      named v Lnet/minecraft/client/gui/widget/ToggleButtonWidget;v:I
    • pressedUOffset

      protected int pressedUOffset
      Mappings:
      Namespace Name Mixin selector
      official e Leng;e:I
      intermediary field_2190 Lnet/minecraft/class_361;field_2190:I
      named pressedUOffset Lnet/minecraft/client/gui/widget/ToggleButtonWidget;pressedUOffset:I
    • hoverVOffset

      protected int hoverVOffset
      Mappings:
      Namespace Name Mixin selector
      official f Leng;f:I
      intermediary field_2189 Lnet/minecraft/class_361;field_2189:I
      named hoverVOffset Lnet/minecraft/client/gui/widget/ToggleButtonWidget;hoverVOffset:I
  • Constructor Details

    • ToggleButtonWidget

      public ToggleButtonWidget(int x, int y, int width, int height, boolean toggled)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leng;<init>(IIIIZ)V
      intermediary <init> Lnet/minecraft/class_361;<init>(IIIIZ)V
      named <init> Lnet/minecraft/client/gui/widget/ToggleButtonWidget;<init>(IIIIZ)V
  • Method Details

    • setTextureUV

      public void setTextureUV(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture)
      Mappings:
      Namespace Name Mixin selector
      official a Leng;a(IIIILacs;)V
      intermediary method_1962 Lnet/minecraft/class_361;method_1962(IIIILnet/minecraft/class_2960;)V
      named setTextureUV Lnet/minecraft/client/gui/widget/ToggleButtonWidget;setTextureUV(IIIILnet/minecraft/util/Identifier;)V
    • setToggled

      public void setToggled(boolean toggled)
      Mappings:
      Namespace Name Mixin selector
      official b Leng;b(Z)V
      intermediary method_1964 Lnet/minecraft/class_361;method_1964(Z)V
      named setToggled Lnet/minecraft/client/gui/widget/ToggleButtonWidget;setToggled(Z)V
    • isToggled

      public boolean isToggled()
      Mappings:
      Namespace Name Mixin selector
      official a Leng;a()Z
      intermediary method_1965 Lnet/minecraft/class_361;method_1965()Z
      named isToggled Lnet/minecraft/client/gui/widget/ToggleButtonWidget;isToggled()Z
    • appendClickableNarrations

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

      public void method_48579(MatrixStack matrixStack, int int2, int int3, float float2)
      Overrides:
      method_48579 in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      official b Lemf;b(Lefn;IIF)V
      intermediary method_48579 Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_4587;IIF)V
      named method_48579 Lnet/minecraft/client/gui/widget/ClickableWidget;method_48579(Lnet/minecraft/client/util/math/MatrixStack;IIF)V