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 RecipeBookOptionsUnlockRecipesS2CPacket. optionsMethods in net.minecraft.network.packet.s2c.play that return RecipeBookOptions Modifier and Type Method Description RecipeBookOptionsUnlockRecipesS2CPacket. 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 RecipeBookOptionsRecipeBook. optionsMethods in net.minecraft.recipe.book that return RecipeBookOptions Modifier and Type Method Description RecipeBookOptionsRecipeBookOptions. copy()static RecipeBookOptionsRecipeBookOptions. fromNbt(NbtCompound nbt)static RecipeBookOptionsRecipeBookOptions. fromPacket(PacketByteBuf buf)RecipeBookOptionsRecipeBook. getOptions()Methods in net.minecraft.recipe.book with parameters of type RecipeBookOptions Modifier and Type Method Description voidRecipeBookOptions. copyFrom(RecipeBookOptions other)voidRecipeBook. setOptions(RecipeBookOptions options)