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 RecipeBookOptionsRecipeBookSettingsS2CPacket.bookSettingsThe field for thebookSettingsrecord component.Methods in net.minecraft.network.packet.s2c.play that return RecipeBookOptionsModifier and TypeMethodDescriptionRecipeBookSettingsS2CPacket.bookSettings()Returns the value of thebookSettingsrecord 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_CODECMethods in net.minecraft.recipe.book that return RecipeBookOptionsModifier and TypeMethodDescriptionRecipeBookOptions.copy()static RecipeBookOptionsRecipeBookOptions.fromNbt(NbtCompound nbt) private static RecipeBookOptionsRecipeBookOptions.fromPacket(PacketByteBuf buf) RecipeBook.getOptions()Methods in net.minecraft.recipe.book with parameters of type RecipeBookOptionsModifier and TypeMethodDescriptionvoidRecipeBookOptions.copyFrom(RecipeBookOptions other) voidRecipeBook.setOptions(RecipeBookOptions options)