Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
-
Uses of RecipeBookOptions in net.minecraft.network.packet.s2c.play
ModifierConstructorDescriptionUnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options)
-
Uses of RecipeBookOptions in net.minecraft.recipe.book
Modifier and TypeMethodDescriptionRecipeBookOptions.copy()
static RecipeBookOptions
RecipeBookOptions.fromNbt(NbtCompound nbt)
static RecipeBookOptions
RecipeBookOptions.fromPacket(PacketByteBuf buf)
RecipeBook.getOptions()
Modifier and TypeMethodDescriptionvoid
RecipeBookOptions.copyFrom(RecipeBookOptions other)
void
RecipeBook.setOptions(RecipeBookOptions options)