Class AnimatedResultButton

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

@Environment(CLIENT) public class AnimatedResultButton extends ClickableWidget
Mappings:
Namespace Name
official fbz
intermediary net/minecraft/class_514
named net/minecraft/client/gui/screen/recipebook/AnimatedResultButton
  • Field Details

    • SLOT_MANY_CRAFTABLE_TEXTURE

      private static final Identifier SLOT_MANY_CRAFTABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official b Lfbz;b:Laew;
      intermediary field_45555 Lnet/minecraft/class_514;field_45555:Lnet/minecraft/class_2960;
      named SLOT_MANY_CRAFTABLE_TEXTURE Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;SLOT_MANY_CRAFTABLE_TEXTURE:Lnet/minecraft/util/Identifier;
    • SLOT_CRAFTABLE_TEXTURE

      private static final Identifier SLOT_CRAFTABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official c Lfbz;c:Laew;
      intermediary field_45556 Lnet/minecraft/class_514;field_45556:Lnet/minecraft/class_2960;
      named SLOT_CRAFTABLE_TEXTURE Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;SLOT_CRAFTABLE_TEXTURE:Lnet/minecraft/util/Identifier;
    • SLOT_MANY_UNCRAFTABLE_TEXTURE

      private static final Identifier SLOT_MANY_UNCRAFTABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official d Lfbz;d:Laew;
      intermediary field_45557 Lnet/minecraft/class_514;field_45557:Lnet/minecraft/class_2960;
      named SLOT_MANY_UNCRAFTABLE_TEXTURE Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;SLOT_MANY_UNCRAFTABLE_TEXTURE:Lnet/minecraft/util/Identifier;
    • SLOT_UNCRAFTABLE_TEXTURE

      private static final Identifier SLOT_UNCRAFTABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official e Lfbz;e:Laew;
      intermediary field_45558 Lnet/minecraft/class_514;field_45558:Lnet/minecraft/class_2960;
      named SLOT_UNCRAFTABLE_TEXTURE Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;SLOT_UNCRAFTABLE_TEXTURE:Lnet/minecraft/util/Identifier;
    • field_32414

      private static final float field_32414
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official l Lfbz;l:F
      intermediary field_32414 Lnet/minecraft/class_514;field_32414:F
      named field_32414 Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;field_32414:F
    • field_32415

      private static final int field_32415
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Lfbz;m:I
      intermediary field_32415 Lnet/minecraft/class_514;field_32415:I
      named field_32415 Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;field_32415:I
    • field_32413

      public static final int field_32413
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfbz;a:I
      intermediary field_32413 Lnet/minecraft/class_514;field_32413:I
      named field_32413 Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;field_32413:I
    • MORE_RECIPES_TEXT

      private static final Text MORE_RECIPES_TEXT
      Mappings:
      Namespace Name Mixin selector
      official n Lfbz;n:Ltl;
      intermediary field_26595 Lnet/minecraft/class_514;field_26595:Lnet/minecraft/class_2561;
      named MORE_RECIPES_TEXT Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;MORE_RECIPES_TEXT:Lnet/minecraft/text/Text;
    • craftingScreenHandler

      private AbstractRecipeScreenHandler<?> craftingScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official o Lfbz;o:Lcfv;
      intermediary field_3137 Lnet/minecraft/class_514;field_3137:Lnet/minecraft/class_1729;
      named craftingScreenHandler Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;craftingScreenHandler:Lnet/minecraft/screen/AbstractRecipeScreenHandler;
    • recipeBook

      private RecipeBook recipeBook
      Mappings:
      Namespace Name Mixin selector
      official p Lfbz;p:Lapg;
      intermediary field_3138 Lnet/minecraft/class_514;field_3138:Lnet/minecraft/class_3439;
      named recipeBook Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;recipeBook:Lnet/minecraft/recipe/book/RecipeBook;
    • resultCollection

      private RecipeResultCollection resultCollection
      Mappings:
      Namespace Name Mixin selector
      official q Lfbz;q:Lfca;
      intermediary field_3142 Lnet/minecraft/class_514;field_3142:Lnet/minecraft/class_516;
      named resultCollection Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;resultCollection:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;
    • time

      private float time
      Mappings:
      Namespace Name Mixin selector
      official s Lfbz;s:F
      intermediary field_3140 Lnet/minecraft/class_514;field_3140:F
      named time Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;time:F
    • bounce

      private float bounce
      Mappings:
      Namespace Name Mixin selector
      official t Lfbz;t:F
      intermediary field_3139 Lnet/minecraft/class_514;field_3139:F
      named bounce Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;bounce:F
    • currentResultIndex

      private int currentResultIndex
      Mappings:
      Namespace Name Mixin selector
      official u Lfbz;u:I
      intermediary field_3141 Lnet/minecraft/class_514;field_3141:I
      named currentResultIndex Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;currentResultIndex:I
  • Constructor Details

    • AnimatedResultButton

      public AnimatedResultButton()
  • Method Details

    • showResultCollection

      public void showResultCollection(RecipeResultCollection resultCollection, RecipeBookResults results)
      Mappings:
      Namespace Name Mixin selector
      official a Lfbz;a(Lfca;Lfbx;)V
      intermediary method_2640 Lnet/minecraft/class_514;method_2640(Lnet/minecraft/class_516;Lnet/minecraft/class_513;)V
      named showResultCollection Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;showResultCollection(Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;Lnet/minecraft/client/gui/screen/recipebook/RecipeBookResults;)V
    • getResultCollection

      public RecipeResultCollection getResultCollection()
      Mappings:
      Namespace Name Mixin selector
      official a Lfbz;a()Lfca;
      intermediary method_2645 Lnet/minecraft/class_514;method_2645()Lnet/minecraft/class_516;
      named getResultCollection Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;getResultCollection()Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;
    • renderButton

      public void renderButton(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      renderButton in class ClickableWidget
      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
    • getResults

      private List<RecipeEntry<?>> getResults()
      Mappings:
      Namespace Name Mixin selector
      official g Lfbz;g()Ljava/util/List;
      intermediary method_2639 Lnet/minecraft/class_514;method_2639()Ljava/util/List;
      named getResults Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;getResults()Ljava/util/List;
    • hasResults

      public boolean hasResults()
      Mappings:
      Namespace Name Mixin selector
      official b Lfbz;b()Z
      intermediary method_2642 Lnet/minecraft/class_514;method_2642()Z
      named hasResults Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;hasResults()Z
    • currentRecipe

      public RecipeEntry<?> currentRecipe()
      Mappings:
      Namespace Name Mixin selector
      official e Lfbz;e()Lcmk;
      intermediary method_2643 Lnet/minecraft/class_514;method_2643()Lnet/minecraft/class_8786;
      named currentRecipe Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;currentRecipe()Lnet/minecraft/recipe/RecipeEntry;
    • getTooltip

      public List<Text> getTooltip()
      Mappings:
      Namespace Name Mixin selector
      official f Lfbz;f()Ljava/util/List;
      intermediary method_2644 Lnet/minecraft/class_514;method_2644()Ljava/util/List;
      named getTooltip Lnet/minecraft/client/gui/screen/recipebook/AnimatedResultButton;getTooltip()Ljava/util/List;
    • appendClickableNarrations

      public void appendClickableNarrations(NarrationMessageBuilder builder)
      Specified by:
      appendClickableNarrations in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      official a Leso;a(Lewi;)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
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface Widget
      Overrides:
      getWidth in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      official l Lewb;l()I
      intermediary method_25368 Lnet/minecraft/class_8021;method_25368()I
      named getWidth Lnet/minecraft/client/gui/widget/Widget;getWidth()I
    • isValidClickButton

      protected boolean isValidClickButton(int button)
      Overrides:
      isValidClickButton in class ClickableWidget
      Mappings:
      Namespace Name Mixin selector
      official c Leso;c(I)Z
      intermediary method_25351 Lnet/minecraft/class_339;method_25351(I)Z
      named isValidClickButton Lnet/minecraft/client/gui/widget/ClickableWidget;isValidClickButton(I)Z