Package net.minecraft.recipe.book
Class RecipeBook
java.lang.Object
net.minecraft.recipe.book.RecipeBook
- Direct Known Subclasses:
ClientRecipeBook
,ServerRecipeBook
- Mappings:
Namespace Name named net/minecraft/recipe/book/RecipeBook
intermediary net/minecraft/class_3439
official axi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFilteringCraftable
(RecipeBookType category) boolean
isGuiOpen
(RecipeBookType category) void
setCategoryOptions
(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) void
setFilteringCraftable
(RecipeBookType category, boolean filteringCraftable) void
setGuiOpen
(RecipeBookType category, boolean open) void
setOptions
(RecipeBookOptions options)
-
Field Details
-
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
- 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
- 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
- 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
- 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
- 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
- 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
-