Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
Packages that use RecipeBookOptions
-
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 PacketCodec
<PacketByteBuf, RecipeBookOptions> RecipeBookOptions.PACKET_CODEC
Methods in net.minecraft.recipe.book that return RecipeBookOptionsModifier and TypeMethodDescriptionRecipeBookOptions.copy()
static RecipeBookOptions
RecipeBookOptions.fromNbt
(NbtCompound nbt) private static RecipeBookOptions
RecipeBookOptions.fromPacket
(PacketByteBuf buf) RecipeBook.getOptions()
Methods in net.minecraft.recipe.book with parameters of type RecipeBookOptionsModifier and TypeMethodDescriptionvoid
RecipeBookOptions.copyFrom
(RecipeBookOptions other) void
RecipeBook.setOptions
(RecipeBookOptions options)