Uses of Class
net.minecraft.recipe.book.RecipeBookOptions.CategoryOption
Package | Description |
---|---|
net.minecraft.recipe.book |
-
Uses of RecipeBookOptions.CategoryOption in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type RecipeBookOptions.CategoryOption Modifier and Type Field Description private Map<RecipeBookCategory,RecipeBookOptions.CategoryOption>
RecipeBookOptions. categoryOptions
Methods in net.minecraft.recipe.book that return RecipeBookOptions.CategoryOption Modifier and Type Method Description RecipeBookOptions.CategoryOption
RecipeBookOptions.CategoryOption. copy()
Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookOptions.CategoryOption Constructor Description RecipeBookOptions(Map<RecipeBookCategory,RecipeBookOptions.CategoryOption> categoryOptions)