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 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 com.mojang.serialization.MapCodec<RecipeBookOptions> RecipeBookOptions.CODECstatic final PacketCodec<PacketByteBuf, RecipeBookOptions> RecipeBookOptions.PACKET_CODECMethods in net.minecraft.recipe.book that return RecipeBookOptionsMethods in net.minecraft.recipe.book with parameters of type RecipeBookOptionsModifier and TypeMethodDescriptionvoidRecipeBookOptions.copyFrom(RecipeBookOptions other) voidRecipeBook.setOptions(RecipeBookOptions options) -
Uses of RecipeBookOptions in net.minecraft.server.network
Fields in net.minecraft.server.network declared as RecipeBookOptionsModifier and TypeFieldDescriptionprivate final RecipeBookOptionsServerRecipeBook.Packed.settingsThe field for thesettingsrecord component.Methods in net.minecraft.server.network that return RecipeBookOptionsModifier and TypeMethodDescriptionServerRecipeBook.Packed.settings()Returns the value of thesettingsrecord component.Constructors in net.minecraft.server.network with parameters of type RecipeBookOptionsModifierConstructorDescriptionPacked(RecipeBookOptions recipeBookOptions, List<RegistryKey<Recipe<?>>> list, List<RegistryKey<Recipe<?>>> list2)