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.CategoryOptionRecipeBookOptions.CategoryOption.DEFAULTFields in net.minecraft.recipe.book with type parameters of type RecipeBookOptions.CategoryOptionModifier and TypeFieldDescriptionprivate final Map<RecipeBookType, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptionsMethods in net.minecraft.recipe.book that return RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionprivate RecipeBookOptions.CategoryOptionRecipeBookOptions.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 voidRecipeBookOptions.apply(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookOptions.CategoryOptionModifierConstructorDescriptionprivateRecipeBookOptions(Map<RecipeBookType, RecipeBookOptions.CategoryOption> categoryOptions)