Uses of Enum Class
net.minecraft.recipe.book.RecipeBookCategory
Packages that use RecipeBookCategory
Package
Description
-
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Methods in net.minecraft.client.recipebook with parameters of type RecipeBookCategoryModifier and TypeMethodDescriptionstatic List
<RecipeBookGroup> RecipeBookGroup.getGroups
(RecipeBookCategory category) -
Uses of RecipeBookCategory in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategory
RecipeCategoryOptionsC2SPacket.category
Methods in net.minecraft.network.packet.c2s.play that return RecipeBookCategoryConstructors in net.minecraft.network.packet.c2s.play with parameters of type RecipeBookCategoryModifierConstructorDescriptionRecipeCategoryOptionsC2SPacket
(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable) -
Uses of RecipeBookCategory in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate static final Map
<RecipeBookCategory, com.mojang.datafixers.util.Pair<String, String>> RecipeBookOptions.CATEGORY_OPTION_NAMES
private final Map
<RecipeBookCategory, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptions
Methods in net.minecraft.recipe.book that return RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategory
Returns the enum constant of this class with the specified name.static RecipeBookCategory[]
RecipeBookCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.recipe.book with parameters of type RecipeBookCategoryModifier and TypeMethodDescriptionboolean
RecipeBook.isFilteringCraftable
(RecipeBookCategory category) boolean
RecipeBookOptions.isFilteringCraftable
(RecipeBookCategory category) boolean
RecipeBook.isGuiOpen
(RecipeBookCategory category) boolean
RecipeBookOptions.isGuiOpen
(RecipeBookCategory category) void
RecipeBook.setCategoryOptions
(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable) void
RecipeBook.setFilteringCraftable
(RecipeBookCategory category, boolean filteringCraftable) void
RecipeBookOptions.setFilteringCraftable
(RecipeBookCategory category, boolean filtering) void
RecipeBook.setGuiOpen
(RecipeBookCategory category, boolean open) void
RecipeBookOptions.setGuiOpen
(RecipeBookCategory category, boolean open) Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookCategoryModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookCategory, RecipeBookOptions.CategoryOption> categoryOptions) -
Uses of RecipeBookCategory in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategory
AbstractFurnaceScreenHandler.category
Methods in net.minecraft.screen that return RecipeBookCategoryModifier and TypeMethodDescriptionAbstractFurnaceScreenHandler.getCategory()
abstract RecipeBookCategory
AbstractRecipeScreenHandler.getCategory()
CraftingScreenHandler.getCategory()
PlayerScreenHandler.getCategory()
Constructors in net.minecraft.screen with parameters of type RecipeBookCategoryModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory category, int syncId, PlayerInventory playerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)