Uses of Record Class
net.minecraft.recipe.book.RecipeBookOptions.CategoryOption
-
Uses of RecipeBookOptions.CategoryOption in net.minecraft.recipe.book
Modifier and TypeFieldDescriptionstatic final RecipeBookOptions.CategoryOption
RecipeBookOptions.CategoryOption.DEFAULT
Modifier and TypeFieldDescriptionprivate final Map
<RecipeBookType, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptions
Modifier and TypeMethodDescriptionprivate RecipeBookOptions.CategoryOption
RecipeBookOptions.getOption
(RecipeBookType category) RecipeBookOptions.CategoryOption.withFilteringCraftable
(boolean filteringCraftable) RecipeBookOptions.CategoryOption.withGuiOpen
(boolean guiOpen) Modifier and TypeMethodDescriptionprivate void
RecipeBookOptions.apply
(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) ModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookType, RecipeBookOptions.CategoryOption> categoryOptions)