Package net.minecraft.recipe.book
Class RecipeBookOptions
java.lang.Object
net.minecraft.recipe.book.RecipeBookOptions
- Mappings:
- Namespace - Name - official - aml- intermediary - net/minecraft/class_5411- named - net/minecraft/recipe/book/RecipeBookOptions
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Map<RecipeBookCategory,com.mojang.datafixers.util.Pair<String, String>> private final Map<RecipeBookCategory,RecipeBookOptions.CategoryOption> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateRecipeBookOptions(Map<RecipeBookCategory, RecipeBookOptions.CategoryOption> categoryOptions) 
- 
Method SummaryModifier and TypeMethodDescriptioncopy()voidcopyFrom(RecipeBookOptions other) booleanstatic RecipeBookOptionsfromNbt(NbtCompound nbt) static RecipeBookOptionsfromPacket(PacketByteBuf buf) inthashCode()booleanisFilteringCraftable(RecipeBookCategory category) booleanisGuiOpen(RecipeBookCategory category) voidsetFilteringCraftable(RecipeBookCategory category, boolean filtering) voidsetGuiOpen(RecipeBookCategory category, boolean open) voidtoPacket(PacketByteBuf buf) voidwriteNbt(NbtCompound nbt) 
- 
Field Details- 
CATEGORY_OPTION_NAMESprivate static final Map<RecipeBookCategory,com.mojang.datafixers.util.Pair<String, CATEGORY_OPTION_NAMESString>> - Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a:Ljava/util/Map;- intermediary - field_25735- Lnet/minecraft/class_5411;field_25735:Ljava/util/Map;- named - CATEGORY_OPTION_NAMES- Lnet/minecraft/recipe/book/RecipeBookOptions;CATEGORY_OPTION_NAMES:Ljava/util/Map;
 
- 
categoryOptions- Mappings:
- Namespace - Name - Mixin selector - official - b- Laml;b:Ljava/util/Map;- intermediary - field_25736- Lnet/minecraft/class_5411;field_25736:Ljava/util/Map;- named - categoryOptions- Lnet/minecraft/recipe/book/RecipeBookOptions;categoryOptions:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
RecipeBookOptions- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Laml;<init>(Ljava/util/Map;)V- intermediary - <init>- Lnet/minecraft/class_5411;<init>(Ljava/util/Map;)V- named - <init>- Lnet/minecraft/recipe/book/RecipeBookOptions;<init>(Ljava/util/Map;)V
 
- 
RecipeBookOptionspublic RecipeBookOptions()
 
- 
- 
Method Details- 
isGuiOpen- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a(Lccq;)Z- intermediary - method_30180- Lnet/minecraft/class_5411;method_30180(Lnet/minecraft/class_5421;)Z- named - isGuiOpen- Lnet/minecraft/recipe/book/RecipeBookOptions;isGuiOpen(Lnet/minecraft/recipe/book/RecipeBookCategory;)Z
 
- 
setGuiOpen- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a(Lccq;Z)V- intermediary - method_30181- Lnet/minecraft/class_5411;method_30181(Lnet/minecraft/class_5421;Z)V- named - setGuiOpen- Lnet/minecraft/recipe/book/RecipeBookOptions;setGuiOpen(Lnet/minecraft/recipe/book/RecipeBookCategory;Z)V
 
- 
isFilteringCraftable- Mappings:
- Namespace - Name - Mixin selector - official - b- Laml;b(Lccq;)Z- intermediary - method_30187- Lnet/minecraft/class_5411;method_30187(Lnet/minecraft/class_5421;)Z- named - isFilteringCraftable- Lnet/minecraft/recipe/book/RecipeBookOptions;isFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookCategory;)Z
 
- 
setFilteringCraftable- Mappings:
- Namespace - Name - Mixin selector - official - b- Laml;b(Lccq;Z)V- intermediary - method_30188- Lnet/minecraft/class_5411;method_30188(Lnet/minecraft/class_5421;Z)V- named - setFilteringCraftable- Lnet/minecraft/recipe/book/RecipeBookOptions;setFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookCategory;Z)V
 
- 
fromPacket- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a(Lsf;)Laml;- intermediary - method_30186- Lnet/minecraft/class_5411;method_30186(Lnet/minecraft/class_2540;)Lnet/minecraft/class_5411;- named - fromPacket- Lnet/minecraft/recipe/book/RecipeBookOptions;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/book/RecipeBookOptions;
 
- 
toPacket- Mappings:
- Namespace - Name - Mixin selector - official - b- Laml;b(Lsf;)V- intermediary - method_30190- Lnet/minecraft/class_5411;method_30190(Lnet/minecraft/class_2540;)V- named - toPacket- Lnet/minecraft/recipe/book/RecipeBookOptions;toPacket(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
fromNbt- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a(Lqr;)Laml;- intermediary - method_30183- Lnet/minecraft/class_5411;method_30183(Lnet/minecraft/class_2487;)Lnet/minecraft/class_5411;- named - fromNbt- Lnet/minecraft/recipe/book/RecipeBookOptions;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/recipe/book/RecipeBookOptions;
 
- 
writeNbt- Mappings:
- Namespace - Name - Mixin selector - official - b- Laml;b(Lqr;)V- intermediary - method_30189- Lnet/minecraft/class_5411;method_30189(Lnet/minecraft/class_2487;)V- named - writeNbt- Lnet/minecraft/recipe/book/RecipeBookOptions;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
 
- 
copy- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a()Laml;- intermediary - method_30178- Lnet/minecraft/class_5411;method_30178()Lnet/minecraft/class_5411;- named - copy- Lnet/minecraft/recipe/book/RecipeBookOptions;copy()Lnet/minecraft/recipe/book/RecipeBookOptions;
 
- 
copyFrom- Mappings:
- Namespace - Name - Mixin selector - official - a- Laml;a(Laml;)V- intermediary - method_30179- Lnet/minecraft/class_5411;method_30179(Lnet/minecraft/class_5411;)V- named - copyFrom- Lnet/minecraft/recipe/book/RecipeBookOptions;copyFrom(Lnet/minecraft/recipe/book/RecipeBookOptions;)V
 
- 
equals
- 
hashCodepublic int hashCode()
 
-