Class AbstractCraftingRecipeBookWidget

java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget<AbstractCraftingScreenHandler>
net.minecraft.client.gui.screen.recipebook.AbstractCraftingRecipeBookWidget
All Implemented Interfaces:
Drawable, Element, Narratable, Navigable, RecipeDisplayListener, Selectable

@Environment(CLIENT) public class AbstractCraftingRecipeBookWidget extends RecipeBookWidget<AbstractCraftingScreenHandler>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget
intermediary net/minecraft/class_9933
official ftv
  • Field Details

    • TEXTURES

      private static final ButtonTextures TEXTURES
      Mappings:
      Namespace Name Mixin selector
      named TEXTURES Lnet/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget;TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;
      intermediary field_52824 Lnet/minecraft/class_9933;field_52824:Lnet/minecraft/class_8666;
      official h Lftv;h:Lflx;
    • TOGGLE_CRAFTABLE_TEXT

      private static final Text TOGGLE_CRAFTABLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TOGGLE_CRAFTABLE_TEXT Lnet/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget;TOGGLE_CRAFTABLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_52825 Lnet/minecraft/class_9933;field_52825:Lnet/minecraft/class_2561;
      official i Lftv;i:Lxd;
  • Constructor Details

    • AbstractCraftingRecipeBookWidget

      public AbstractCraftingRecipeBookWidget(AbstractCraftingScreenHandler screenHandler)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget;<init>(Lnet/minecraft/screen/AbstractCraftingScreenHandler;)V
      intermediary <init> Lnet/minecraft/class_9933;<init>(Lnet/minecraft/class_9884;)V
      official <init> Lftv;<init>(Lcqx;)V
  • Method Details

    • isValid

      protected boolean isValid(Slot slot)
      Specified by:
      isValid in class RecipeBookWidget<AbstractCraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named isValid Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isValid(Lnet/minecraft/screen/slot/Slot;)Z
      intermediary method_62023 Lnet/minecraft/class_507;method_62023(Lnet/minecraft/class_1735;)Z
      official a Lftz;a(Lcst;)Z
    • showGhostRecipe

      protected void showGhostRecipe(GhostRecipe ghostRecipe, RecipeEntry<?> entry)
      Specified by:
      showGhostRecipe in class RecipeBookWidget<AbstractCraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named showGhostRecipe Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;showGhostRecipe(Lnet/minecraft/client/gui/screen/recipebook/GhostRecipe;Lnet/minecraft/recipe/RecipeEntry;)V
      intermediary method_2596 Lnet/minecraft/class_507;method_2596(Lnet/minecraft/class_9934;Lnet/minecraft/class_8786;)V
      official a Lftz;a(Lftx;Ldaj;)V
    • setBookButtonTexture

      protected void setBookButtonTexture()
      Specified by:
      setBookButtonTexture in class RecipeBookWidget<AbstractCraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named setBookButtonTexture Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setBookButtonTexture()V
      intermediary method_2585 Lnet/minecraft/class_507;method_2585()V
      official a Lftz;a()V
    • getToggleCraftableButtonText

      protected Text getToggleCraftableButtonText()
      Specified by:
      getToggleCraftableButtonText in class RecipeBookWidget<AbstractCraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named getToggleCraftableButtonText Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;getToggleCraftableButtonText()Lnet/minecraft/text/Text;
      intermediary method_17064 Lnet/minecraft/class_507;method_17064()Lnet/minecraft/class_2561;
      official b Lftz;b()Lxd;
    • populateRecipes

      protected void populateRecipes(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder, RecipeBook recipeBook)
      Specified by:
      populateRecipes in class RecipeBookWidget<AbstractCraftingScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      named populateRecipes Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;populateRecipes(Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;Lnet/minecraft/recipe/RecipeFinder;Lnet/minecraft/recipe/book/RecipeBook;)V
      intermediary method_62024 Lnet/minecraft/class_507;method_62024(Lnet/minecraft/class_516;Lnet/minecraft/class_9875;Lnet/minecraft/class_3439;)V
      official a Lftz;a(Lfud;Lcnz;Lawh;)V