Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
Packages that use RecipeBookOptions
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeBookOptions in net.minecraft
Fields in net.minecraft declared as RecipeBookOptionsModifier and TypeFieldDescriptionprivate final RecipeBookOptionsclass_10269.bookSettingsThe field for thebookSettingsrecord component.Methods in net.minecraft that return RecipeBookOptionsModifier and TypeMethodDescriptionclass_10269.bookSettings()Returns the value of thebookSettingsrecord component.Constructors in net.minecraft 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.field_54548Methods 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)