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 - awd
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisFilteringCraftable(RecipeBookType category) booleanisGuiOpen(RecipeBookType category) voidsetCategoryOptions(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) voidsetFilteringCraftable(RecipeBookType category, boolean filteringCraftable) voidsetGuiOpen(RecipeBookType category, boolean open) voidsetOptions(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- Lawd;a:Lawe;
 
 
- 
- 
Constructor Details- 
RecipeBookpublic 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- Lawd;a(Lctt;)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- Lawd;a(Lctt;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- Lawd;b(Lctt;)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- Lawd;b(Lctt;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- Lawd;a(Lawe;)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- Lawd;a()Lawe;
 
- 
setCategoryOptionspublic 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- Lawd;a(Lctt;ZZ)V
 
 
-