Uses of Class
net.minecraft.recipe.book.RecipeBookOptions
Package | Description |
---|---|
net.minecraft.network.packet.s2c.play | |
net.minecraft.recipe.book |
-
Uses of RecipeBookOptions in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RecipeBookOptions Modifier and Type Field Description private RecipeBookOptions
UnlockRecipesS2CPacket. options
Methods in net.minecraft.network.packet.s2c.play that return RecipeBookOptions Modifier and Type Method Description RecipeBookOptions
UnlockRecipesS2CPacket. getOptions()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeBookOptions Constructor Description UnlockRecipesS2CPacket(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 RecipeBookOptions Modifier and Type Field Description private RecipeBookOptions
RecipeBook. options
Methods in net.minecraft.recipe.book that return RecipeBookOptions Modifier and Type Method Description RecipeBookOptions
RecipeBookOptions. copy()
static RecipeBookOptions
RecipeBookOptions. fromNbt(NbtCompound nbt)
static RecipeBookOptions
RecipeBookOptions. fromPacket(PacketByteBuf buf)
RecipeBookOptions
RecipeBook. getOptions()
Methods in net.minecraft.recipe.book with parameters of type RecipeBookOptions Modifier and Type Method Description void
RecipeBookOptions. copyFrom(RecipeBookOptions other)
void
RecipeBook. setOptions(RecipeBookOptions options)