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 RecipeBookCategoryRecipeCategoryOptionsC2SPacket. categoryMethods in net.minecraft.network.packet.c2s.play that return RecipeBookCategory Modifier and Type Method Description RecipeBookCategoryRecipeCategoryOptionsC2SPacket. 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_NAMESprivate Map<RecipeBookCategory,RecipeBookOptions.CategoryOption>RecipeBookOptions. categoryOptionsMethods in net.minecraft.recipe.book that return RecipeBookCategory Modifier and Type Method Description static RecipeBookCategoryRecipeBookCategory. 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 booleanRecipeBook. isFilteringCraftable(RecipeBookCategory category)booleanRecipeBookOptions. isFilteringCraftable(RecipeBookCategory category)booleanRecipeBook. isGuiOpen(RecipeBookCategory category)booleanRecipeBookOptions. isGuiOpen(RecipeBookCategory category)voidRecipeBook. setCategoryOptions(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable)voidRecipeBook. setFilteringCraftable(RecipeBookCategory category, boolean filteringCraftable)voidRecipeBookOptions. setFilteringCraftable(RecipeBookCategory category, boolean filtering)voidRecipeBook. setGuiOpen(RecipeBookCategory category, boolean open)voidRecipeBookOptions. 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 RecipeBookCategoryAbstractFurnaceScreenHandler. categoryMethods in net.minecraft.screen that return RecipeBookCategory Modifier and Type Method Description RecipeBookCategoryAbstractFurnaceScreenHandler. getCategory()abstract RecipeBookCategoryAbstractRecipeScreenHandler. getCategory()RecipeBookCategoryCraftingScreenHandler. getCategory()RecipeBookCategoryPlayerScreenHandler. 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)