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 RecipeBookOptionsMethods in net.minecraft.network.packet.s2c.play that return RecipeBookOptionsConstructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeBookOptionsModifierConstructorDescriptionUnlockRecipesS2CPacket
(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) -
Uses of RecipeBookOptions in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book declared as RecipeBookOptionsMethods in net.minecraft.recipe.book that return RecipeBookOptionsModifier and TypeMethodDescriptionRecipeBookOptions.copy()
static RecipeBookOptions
RecipeBookOptions.fromNbt
(NbtCompound nbt) 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)