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/RecipeBookintermediary net/minecraft/class_3439official azc
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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 optionsLnet/minecraft/recipe/book/RecipeBook;options:Lnet/minecraft/recipe/book/RecipeBookOptions;intermediary field_25734Lnet/minecraft/class_3439;field_25734:Lnet/minecraft/class_5411;official aLazc;a:Lazd;
 
 - 
 - 
Constructor Details
- 
RecipeBook
public RecipeBook() 
 - 
 - 
Method Details
- 
isGuiOpen
- Mappings:
 Namespace Name Mixin selector named isGuiOpenLnet/minecraft/recipe/book/RecipeBook;isGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;)Zintermediary method_14887Lnet/minecraft/class_3439;method_14887(Lnet/minecraft/class_5421;)Zofficial aLazc;a(Ldac;)Z
 - 
setGuiOpen
- Mappings:
 Namespace Name Mixin selector named setGuiOpenLnet/minecraft/recipe/book/RecipeBook;setGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;Z)Vintermediary method_14884Lnet/minecraft/class_3439;method_14884(Lnet/minecraft/class_5421;Z)Vofficial aLazc;a(Ldac;Z)V
 - 
isFilteringCraftable
- Mappings:
 Namespace Name Mixin selector named isFilteringCraftableLnet/minecraft/recipe/book/RecipeBook;isFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;)Zintermediary method_30176Lnet/minecraft/class_3439;method_30176(Lnet/minecraft/class_5421;)Zofficial bLazc;b(Ldac;)Z
 - 
setFilteringCraftable
- Mappings:
 Namespace Name Mixin selector named setFilteringCraftableLnet/minecraft/recipe/book/RecipeBook;setFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;Z)Vintermediary method_30177Lnet/minecraft/class_3439;method_30177(Lnet/minecraft/class_5421;Z)Vofficial bLazc;b(Ldac;Z)V
 - 
setOptions
- Mappings:
 Namespace Name Mixin selector named setOptionsLnet/minecraft/recipe/book/RecipeBook;setOptions(Lnet/minecraft/recipe/book/RecipeBookOptions;)Vintermediary method_30174Lnet/minecraft/class_3439;method_30174(Lnet/minecraft/class_5411;)Vofficial aLazc;a(Lazd;)V
 - 
getOptions
- Mappings:
 Namespace Name Mixin selector named getOptionsLnet/minecraft/recipe/book/RecipeBook;getOptions()Lnet/minecraft/recipe/book/RecipeBookOptions;intermediary method_30173Lnet/minecraft/class_3439;method_30173()Lnet/minecraft/class_5411;official aLazc;a()Lazd;
 - 
setCategoryOptions
public void setCategoryOptions(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) - Mappings:
 Namespace Name Mixin selector named setCategoryOptionsLnet/minecraft/recipe/book/RecipeBook;setCategoryOptions(Lnet/minecraft/recipe/book/RecipeBookType;ZZ)Vintermediary method_30175Lnet/minecraft/class_3439;method_30175(Lnet/minecraft/class_5421;ZZ)Vofficial aLazc;a(Ldac;ZZ)V
 
 -