Uses of Class
net.minecraft.recipe.book.RecipeBookCategory
Package | Description |
---|---|
net.minecraft.client.recipebook | |
net.minecraft.network.packet.c2s.play | |
net.minecraft.recipe.book | |
net.minecraft.screen |
-
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Methods in net.minecraft.client.recipebook with parameters of type RecipeBookCategory Modifier and Type Method Description static 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 RecipeBookCategory Modifier and Type Field Description private RecipeBookCategory
RecipeCategoryOptionsC2SPacket. category
Methods in net.minecraft.network.packet.c2s.play that return RecipeBookCategory Modifier and Type Method Description RecipeBookCategory
RecipeCategoryOptionsC2SPacket. getCategory()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type RecipeBookCategory Constructor Description RecipeCategoryOptionsC2SPacket(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 RecipeBookCategory Modifier and Type Field Description private static Map<RecipeBookCategory,com.mojang.datafixers.util.Pair<String,String>>
RecipeBookOptions. CATEGORY_OPTION_NAMES
private Map<RecipeBookCategory,RecipeBookOptions.CategoryOption>
RecipeBookOptions. categoryOptions
Methods in net.minecraft.recipe.book that return RecipeBookCategory Modifier and Type Method Description static RecipeBookCategory
RecipeBookCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecipeBookCategory[]
RecipeBookCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.recipe.book with parameters of type RecipeBookCategory Modifier and Type Method Description boolean
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 RecipeBookCategory Constructor Description RecipeBookOptions(Map<RecipeBookCategory,RecipeBookOptions.CategoryOption> categoryOptions)
-
Uses of RecipeBookCategory in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeBookCategory Modifier and Type Field Description private RecipeBookCategory
AbstractFurnaceScreenHandler. category
Methods in net.minecraft.screen that return RecipeBookCategory Modifier and Type Method Description RecipeBookCategory
AbstractFurnaceScreenHandler. getCategory()
abstract RecipeBookCategory
AbstractRecipeScreenHandler. getCategory()
RecipeBookCategory
CraftingScreenHandler. getCategory()
RecipeBookCategory
PlayerScreenHandler. getCategory()
Constructors in net.minecraft.screen with parameters of type RecipeBookCategory Constructor Description AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory)
AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)