Package net.minecraft.stats
Class RecipeBookSettings
java.lang.Object
net.minecraft.stats.RecipeBookSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<RecipeBookType, RecipeBookSettings.TypeSettings> private static final Map
<RecipeBookType, com.mojang.datafixers.util.Pair<String, String>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
int
hashCode()
boolean
isFiltering
(RecipeBookType bookType) boolean
isOpen
(RecipeBookType bookType) static RecipeBookSettings
read
(CompoundTag tag) static RecipeBookSettings
read
(FriendlyByteBuf buffer) void
replaceFrom
(RecipeBookSettings other) void
setFiltering
(RecipeBookType bookType, boolean filtering) void
setOpen
(RecipeBookType bookType, boolean open) void
write
(CompoundTag tag) void
write
(FriendlyByteBuf buffer)
-
Field Details
-
TAG_FIELDS
-
states
-
-
Constructor Details
-
RecipeBookSettings
-
RecipeBookSettings
public RecipeBookSettings()
-
-
Method Details