Package net.minecraft.recipe.book
Class RecipeBookOptions
java.lang.Object
net.minecraft.recipe.book.RecipeBookOptions
- Mappings:
Namespace Name named net/minecraft/recipe/book/RecipeBookOptions
intermediary net/minecraft/class_5411
official awe
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map
<RecipeBookCategory, com.mojang.datafixers.util.Pair<String, String>> private final Map
<RecipeBookCategory, RecipeBookOptions.CategoryOption> -
Constructor Summary
ModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookCategory, RecipeBookOptions.CategoryOption> categoryOptions) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
copyFrom
(RecipeBookOptions other) boolean
static RecipeBookOptions
fromNbt
(NbtCompound nbt) static RecipeBookOptions
fromPacket
(PacketByteBuf buf) int
hashCode()
boolean
isFilteringCraftable
(RecipeBookCategory category) boolean
isGuiOpen
(RecipeBookCategory category) void
setFilteringCraftable
(RecipeBookCategory category, boolean filtering) void
setGuiOpen
(RecipeBookCategory category, boolean open) void
toPacket
(PacketByteBuf buf) void
writeNbt
(NbtCompound nbt)
-
Field Details
-
CATEGORY_OPTION_NAMES
private static final Map<RecipeBookCategory,com.mojang.datafixers.util.Pair<String, CATEGORY_OPTION_NAMESString>> - Mappings:
Namespace Name Mixin selector named CATEGORY_OPTION_NAMES
Lnet/minecraft/recipe/book/RecipeBookOptions;CATEGORY_OPTION_NAMES:Ljava/util/Map;
intermediary field_25735
Lnet/minecraft/class_5411;field_25735:Ljava/util/Map;
official a
Lawe;a:Ljava/util/Map;
-
categoryOptions
- Mappings:
Namespace Name Mixin selector named categoryOptions
Lnet/minecraft/recipe/book/RecipeBookOptions;categoryOptions:Ljava/util/Map;
intermediary field_25736
Lnet/minecraft/class_5411;field_25736:Ljava/util/Map;
official b
Lawe;b:Ljava/util/Map;
-
-
Constructor Details
-
RecipeBookOptions
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/recipe/book/RecipeBookOptions;<init>(Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_5411;<init>(Ljava/util/Map;)V
official <init>
Lawe;<init>(Ljava/util/Map;)V
-
RecipeBookOptions
public RecipeBookOptions()
-
-
Method Details
-
isGuiOpen
- Mappings:
Namespace Name Mixin selector named isGuiOpen
Lnet/minecraft/recipe/book/RecipeBookOptions;isGuiOpen(Lnet/minecraft/recipe/book/RecipeBookCategory;)Z
intermediary method_30180
Lnet/minecraft/class_5411;method_30180(Lnet/minecraft/class_5421;)Z
official a
Lawe;a(Lcrk;)Z
-
setGuiOpen
- Mappings:
Namespace Name Mixin selector named setGuiOpen
Lnet/minecraft/recipe/book/RecipeBookOptions;setGuiOpen(Lnet/minecraft/recipe/book/RecipeBookCategory;Z)V
intermediary method_30181
Lnet/minecraft/class_5411;method_30181(Lnet/minecraft/class_5421;Z)V
official a
Lawe;a(Lcrk;Z)V
-
isFilteringCraftable
- Mappings:
Namespace Name Mixin selector named isFilteringCraftable
Lnet/minecraft/recipe/book/RecipeBookOptions;isFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookCategory;)Z
intermediary method_30187
Lnet/minecraft/class_5411;method_30187(Lnet/minecraft/class_5421;)Z
official b
Lawe;b(Lcrk;)Z
-
setFilteringCraftable
- Mappings:
Namespace Name Mixin selector named setFilteringCraftable
Lnet/minecraft/recipe/book/RecipeBookOptions;setFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookCategory;Z)V
intermediary method_30188
Lnet/minecraft/class_5411;method_30188(Lnet/minecraft/class_5421;Z)V
official b
Lawe;b(Lcrk;Z)V
-
fromPacket
- Mappings:
Namespace Name Mixin selector named fromPacket
Lnet/minecraft/recipe/book/RecipeBookOptions;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/book/RecipeBookOptions;
intermediary method_30186
Lnet/minecraft/class_5411;method_30186(Lnet/minecraft/class_2540;)Lnet/minecraft/class_5411;
official a
Lawe;a(Lwm;)Lawe;
-
toPacket
- Mappings:
Namespace Name Mixin selector named toPacket
Lnet/minecraft/recipe/book/RecipeBookOptions;toPacket(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_30190
Lnet/minecraft/class_5411;method_30190(Lnet/minecraft/class_2540;)V
official b
Lawe;b(Lwm;)V
-
fromNbt
- Mappings:
Namespace Name Mixin selector named fromNbt
Lnet/minecraft/recipe/book/RecipeBookOptions;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/recipe/book/RecipeBookOptions;
intermediary method_30183
Lnet/minecraft/class_5411;method_30183(Lnet/minecraft/class_2487;)Lnet/minecraft/class_5411;
official a
Lawe;a(Lus;)Lawe;
-
writeNbt
- Mappings:
Namespace Name Mixin selector named writeNbt
Lnet/minecraft/recipe/book/RecipeBookOptions;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
intermediary method_30189
Lnet/minecraft/class_5411;method_30189(Lnet/minecraft/class_2487;)V
official b
Lawe;b(Lus;)V
-
copy
- Mappings:
Namespace Name Mixin selector named copy
Lnet/minecraft/recipe/book/RecipeBookOptions;copy()Lnet/minecraft/recipe/book/RecipeBookOptions;
intermediary method_30178
Lnet/minecraft/class_5411;method_30178()Lnet/minecraft/class_5411;
official a
Lawe;a()Lawe;
-
copyFrom
- Mappings:
Namespace Name Mixin selector named copyFrom
Lnet/minecraft/recipe/book/RecipeBookOptions;copyFrom(Lnet/minecraft/recipe/book/RecipeBookOptions;)V
intermediary method_30179
Lnet/minecraft/class_5411;method_30179(Lnet/minecraft/class_5411;)V
official a
Lawe;a(Lawe;)V
-
equals
-
hashCode
public int hashCode()
-