Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
-
Uses of RecipeBookOptions in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final RecipeBookOptions
RecipeBookSettingsS2CPacket.bookSettings
The field for thebookSettings
record component.Modifier and TypeMethodDescriptionRecipeBookSettingsS2CPacket.bookSettings()
Returns the value of thebookSettings
record component. -
Uses of RecipeBookOptions in net.minecraft.recipe.book
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, RecipeBookOptions> RecipeBookOptions.PACKET_CODEC
Modifier and TypeMethodDescriptionRecipeBookOptions.copy()
static RecipeBookOptions
RecipeBookOptions.fromNbt
(NbtCompound nbt) private static RecipeBookOptions
RecipeBookOptions.fromPacket
(PacketByteBuf buf) RecipeBook.getOptions()
Modifier and TypeMethodDescriptionvoid
RecipeBookOptions.copyFrom
(RecipeBookOptions other) void
RecipeBook.setOptions
(RecipeBookOptions options)