Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
Packages that use RecipeBookOptions
Package
Description
-
Uses of RecipeBookOptions in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RecipeBookOptionsModifier and TypeFieldDescriptionprivate final RecipeBookOptions
RecipeBookSettingsS2CPacket.bookSettings
The field for thebookSettings
record component.Methods in net.minecraft.network.packet.s2c.play that return RecipeBookOptionsModifier and TypeMethodDescriptionRecipeBookSettingsS2CPacket.bookSettings()
Returns the value of thebookSettings
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeBookOptions -
Uses of RecipeBookOptions in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book declared as RecipeBookOptionsFields in net.minecraft.recipe.book with type parameters of type RecipeBookOptionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<RecipeBookOptions> RecipeBookOptions.CODEC
static final PacketCodec
<PacketByteBuf, RecipeBookOptions> RecipeBookOptions.PACKET_CODEC
Methods in net.minecraft.recipe.book that return RecipeBookOptionsMethods in net.minecraft.recipe.book with parameters of type RecipeBookOptionsModifier and TypeMethodDescriptionvoid
RecipeBookOptions.copyFrom
(RecipeBookOptions other) void
RecipeBook.setOptions
(RecipeBookOptions options) -
Uses of RecipeBookOptions in net.minecraft.server.network
Fields in net.minecraft.server.network declared as RecipeBookOptionsModifier and TypeFieldDescriptionprivate final RecipeBookOptions
ServerRecipeBook.Packed.settings
The field for thesettings
record component.Methods in net.minecraft.server.network that return RecipeBookOptionsModifier and TypeMethodDescriptionServerRecipeBook.Packed.settings()
Returns the value of thesettings
record component.Constructors in net.minecraft.server.network with parameters of type RecipeBookOptionsModifierConstructorDescriptionPacked
(RecipeBookOptions recipeBookOptions, List<RegistryKey<Recipe<?>>> list, List<RegistryKey<Recipe<?>>> list2)