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 TypeFieldDescriptionprivate RecipeBookOptions.CategoryOptionRecipeBookOptions.blastFurnaceprivate RecipeBookOptions.CategoryOptionRecipeBookOptions.craftingstatic final RecipeBookOptions.CategoryOptionRecipeBookOptions.CategoryOption.DEFAULTprivate RecipeBookOptions.CategoryOptionRecipeBookOptions.furnaceprivate RecipeBookOptions.CategoryOptionRecipeBookOptions.smokerFields in net.minecraft.recipe.book with type parameters of type RecipeBookOptions.CategoryOptionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.BLAST_FURNACEstatic final com.mojang.serialization.MapCodec<RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.CRAFTINGstatic final com.mojang.serialization.MapCodec<RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.FURNACEstatic final PacketCodec<ByteBuf, RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.PACKET_CODECstatic final com.mojang.serialization.MapCodec<RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.SMOKERMethods in net.minecraft.recipe.book that return RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionRecipeBookOptions.getOption(RecipeBookType type) RecipeBookOptions.CategoryOption.withFilteringCraftable(boolean filteringCraftable) RecipeBookOptions.CategoryOption.withGuiOpen(boolean guiOpen) Methods in net.minecraft.recipe.book that return types with arguments of type RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.MapCodec<RecipeBookOptions.CategoryOption> RecipeBookOptions.CategoryOption.createCodec(String guiOpenField, String filteringCraftableField) Method parameters in net.minecraft.recipe.book with type arguments of type RecipeBookOptions.CategoryOptionModifier and TypeMethodDescriptionprivate voidRecipeBookOptions.apply(RecipeBookType type, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) Constructors in net.minecraft.recipe.book with parameters of type RecipeBookOptions.CategoryOptionModifierConstructorDescriptionprivateRecipeBookOptions(RecipeBookOptions.CategoryOption crafting, RecipeBookOptions.CategoryOption furnace, RecipeBookOptions.CategoryOption blastFurnace, RecipeBookOptions.CategoryOption smoker)