Uses of Enum Class
net.minecraft.recipe.book.RecipeBookCategory
Package
Description
-
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Modifier and TypeMethodDescriptionstatic List<RecipeBookGroup>
RecipeBookGroup.getGroups
(RecipeBookCategory category) -
Uses of RecipeBookCategory in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final RecipeBookCategory
RecipeCategoryOptionsC2SPacket.category
ModifierConstructorDescriptionRecipeCategoryOptionsC2SPacket
(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable) -
Uses of RecipeBookCategory in net.minecraft.recipe.book
Modifier 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
Modifier 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.Modifier 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) ModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookCategory, RecipeBookOptions.CategoryOption> categoryOptions) -
Uses of RecipeBookCategory in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RecipeBookCategory
AbstractFurnaceScreenHandler.category
Modifier and TypeMethodDescriptionAbstractFurnaceScreenHandler.getCategory()
abstract RecipeBookCategory
AbstractRecipeScreenHandler.getCategory()
CraftingScreenHandler.getCategory()
PlayerScreenHandler.getCategory()
ModifierConstructorDescriptionprotected
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)