Uses of Class
net.minecraft.stats.RecipeBookSettings
Packages that use RecipeBookSettings
-
Uses of RecipeBookSettings in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeBookSettingsModifier and TypeFieldDescriptionprivate final RecipeBookSettings
ClientboundRecipeBookSettingsPacket.bookSettings
The field for thebookSettings
record component.Methods in net.minecraft.network.protocol.game that return RecipeBookSettingsModifier and TypeMethodDescriptionClientboundRecipeBookSettingsPacket.bookSettings()
Returns the value of thebookSettings
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeBookSettingsModifierConstructorDescriptionClientboundRecipeBookSettingsPacket
(RecipeBookSettings bookSettings) Creates an instance of aClientboundRecipeBookSettingsPacket
record class. -
Uses of RecipeBookSettings in net.minecraft.stats
Fields in net.minecraft.stats declared as RecipeBookSettingsModifier and TypeFieldDescriptionprotected final RecipeBookSettings
RecipeBook.bookSettings
private final RecipeBookSettings
ServerRecipeBook.Packed.settings
The field for thesettings
record component.Fields in net.minecraft.stats with type parameters of type RecipeBookSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<RecipeBookSettings> RecipeBookSettings.MAP_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, RecipeBookSettings> RecipeBookSettings.STREAM_CODEC
Methods in net.minecraft.stats that return RecipeBookSettingsModifier and TypeMethodDescriptionRecipeBookSettings.copy()
RecipeBook.getBookSettings()
ServerRecipeBook.Packed.settings()
Returns the value of thesettings
record component.Methods in net.minecraft.stats with parameters of type RecipeBookSettingsModifier and TypeMethodDescriptionvoid
RecipeBookSettings.replaceFrom
(RecipeBookSettings pOther) void
RecipeBook.setBookSettings
(RecipeBookSettings pSettings) Constructors in net.minecraft.stats with parameters of type RecipeBookSettingsModifierConstructorDescriptionPacked
(RecipeBookSettings settings, List<ResourceKey<Recipe<?>>> known, List<ResourceKey<Recipe<?>>> highlight) Creates an instance of aPacked
record class.