Class RecipeBook

java.lang.Object
net.minecraft.recipe.book.RecipeBook
Direct Known Subclasses:
ClientRecipeBook, ServerRecipeBook

public class RecipeBook extends Object
Mappings:
Namespace Name
named net/minecraft/recipe/book/RecipeBook
intermediary net/minecraft/class_3439
official axi
  • Field Details

    • options

      protected final RecipeBookOptions options
      Mappings:
      Namespace Name Mixin selector
      named options Lnet/minecraft/recipe/book/RecipeBook;options:Lnet/minecraft/recipe/book/RecipeBookOptions;
      intermediary field_25734 Lnet/minecraft/class_3439;field_25734:Lnet/minecraft/class_5411;
      official a Laxi;a:Laxj;
  • Constructor Details

    • RecipeBook

      public RecipeBook()
  • Method Details

    • isGuiOpen

      public boolean isGuiOpen(RecipeBookType category)
      Mappings:
      Namespace Name Mixin selector
      named isGuiOpen Lnet/minecraft/recipe/book/RecipeBook;isGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;)Z
      intermediary method_14887 Lnet/minecraft/class_3439;method_14887(Lnet/minecraft/class_5421;)Z
      official a Laxi;a(Lcur;)Z
    • setGuiOpen

      public void setGuiOpen(RecipeBookType category, boolean open)
      Mappings:
      Namespace Name Mixin selector
      named setGuiOpen Lnet/minecraft/recipe/book/RecipeBook;setGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;Z)V
      intermediary method_14884 Lnet/minecraft/class_3439;method_14884(Lnet/minecraft/class_5421;Z)V
      official a Laxi;a(Lcur;Z)V
    • isFilteringCraftable

      public boolean isFilteringCraftable(RecipeBookType category)
      Mappings:
      Namespace Name Mixin selector
      named isFilteringCraftable Lnet/minecraft/recipe/book/RecipeBook;isFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;)Z
      intermediary method_30176 Lnet/minecraft/class_3439;method_30176(Lnet/minecraft/class_5421;)Z
      official b Laxi;b(Lcur;)Z
    • setFilteringCraftable

      public void setFilteringCraftable(RecipeBookType category, boolean filteringCraftable)
      Mappings:
      Namespace Name Mixin selector
      named setFilteringCraftable Lnet/minecraft/recipe/book/RecipeBook;setFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;Z)V
      intermediary method_30177 Lnet/minecraft/class_3439;method_30177(Lnet/minecraft/class_5421;Z)V
      official b Laxi;b(Lcur;Z)V
    • setOptions

      public void setOptions(RecipeBookOptions options)
      Mappings:
      Namespace Name Mixin selector
      named setOptions Lnet/minecraft/recipe/book/RecipeBook;setOptions(Lnet/minecraft/recipe/book/RecipeBookOptions;)V
      intermediary method_30174 Lnet/minecraft/class_3439;method_30174(Lnet/minecraft/class_5411;)V
      official a Laxi;a(Laxj;)V
    • getOptions

      public RecipeBookOptions getOptions()
      Mappings:
      Namespace Name Mixin selector
      named getOptions Lnet/minecraft/recipe/book/RecipeBook;getOptions()Lnet/minecraft/recipe/book/RecipeBookOptions;
      intermediary method_30173 Lnet/minecraft/class_3439;method_30173()Lnet/minecraft/class_5411;
      official a Laxi;a()Laxj;
    • setCategoryOptions

      public void setCategoryOptions(RecipeBookType category, boolean guiOpen, boolean filteringCraftable)
      Mappings:
      Namespace Name Mixin selector
      named setCategoryOptions Lnet/minecraft/recipe/book/RecipeBook;setCategoryOptions(Lnet/minecraft/recipe/book/RecipeBookType;ZZ)V
      intermediary method_30175 Lnet/minecraft/class_3439;method_30175(Lnet/minecraft/class_5421;ZZ)V
      official a Laxi;a(Lcur;ZZ)V