Uses of Record Class
net.minecraft.recipe.book.RecipeBookOptions.CategoryOption
Packages that use RecipeBookOptions.CategoryOption
-
Uses of RecipeBookOptions.CategoryOption in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book declared as RecipeBookOptions.CategoryOptionModifier and TypeFieldDescriptionstatic final RecipeBookOptions.CategoryOption
RecipeBookOptions.CategoryOption.DEFAULT
Fields in net.minecraft.recipe.book with type parameters of type RecipeBookOptions.CategoryOptionModifier and TypeFieldDescriptionprivate final Map
<RecipeBookType, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptions
Methods in net.minecraft.recipe.book that return RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionprivate RecipeBookOptions.CategoryOption
RecipeBookOptions.getOption
(RecipeBookType category) RecipeBookOptions.CategoryOption.withFilteringCraftable
(boolean filteringCraftable) RecipeBookOptions.CategoryOption.withGuiOpen
(boolean guiOpen) Method parameters in net.minecraft.recipe.book with type arguments of type RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionprivate void
RecipeBookOptions.apply
(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookOptions.CategoryOptionModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookType, RecipeBookOptions.CategoryOption> categoryOptions)