Uses of Enum Class
net.minecraft.recipe.book.RecipeCategory
Packages that use RecipeCategory
-
Uses of RecipeCategory in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe declared as RecipeCategoryModifier and TypeFieldDescriptionprivate final RecipeCategoryCookingRecipeJsonBuilder.categoryprivate final RecipeCategoryShapedRecipeJsonBuilder.categoryprivate final RecipeCategoryShapelessRecipeJsonBuilder.categoryprivate final RecipeCategorySmithingTransformRecipeJsonBuilder.categoryprivate final RecipeCategorySmithingTrimRecipeJsonBuilder.categoryprivate final RecipeCategoryStonecuttingRecipeJsonBuilder.categoryprivate final RecipeCategoryTransmuteRecipeJsonBuilder.categoryMethods in net.minecraft.data.recipe with parameters of type RecipeCategoryModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
CookingRecipeJsonBuilderCookingRecipeJsonBuilder.create(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) static ShapedRecipeJsonBuilderShapedRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output) static ShapedRecipeJsonBuilderShapedRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) static ShapelessRecipeJsonBuilderShapelessRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output) static ShapelessRecipeJsonBuilderShapelessRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) static ShapelessRecipeJsonBuilderShapelessRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemStack output) SmithingTransformRecipeJsonBuilder.create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) SmithingTrimRecipeJsonBuilder.create(Ingredient template, Ingredient base, Ingredient addition, RegistryEntry<ArmorTrimPattern> pattern, RecipeCategory category) static TransmuteRecipeJsonBuilderTransmuteRecipeJsonBuilder.create(RecipeCategory category, Ingredient input, Ingredient material, Item result) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createBlasting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createCampfireCooking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected ShapedRecipeJsonBuilderRecipeGenerator.createChiseledBlockRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private CraftingRecipeJsonBuilderRecipeGenerator.createCondensingRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private ShapedRecipeJsonBuilderRecipeGenerator.createCutCopperRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) private CraftingRecipeJsonBuilderRecipeGenerator.createPressurePlateRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) protected ShapedRecipeJsonBuilderRecipeGenerator.createShaped(RecipeCategory category, ItemConvertible output) protected ShapedRecipeJsonBuilderRecipeGenerator.createShaped(RecipeCategory category, ItemConvertible output, int count) protected ShapelessRecipeJsonBuilderRecipeGenerator.createShapeless(RecipeCategory category, ItemConvertible output) protected ShapelessRecipeJsonBuilderRecipeGenerator.createShapeless(RecipeCategory category, ItemConvertible output, int count) protected ShapelessRecipeJsonBuilderRecipeGenerator.createShapeless(RecipeCategory category, ItemStack output) protected CraftingRecipeJsonBuilderRecipeGenerator.createSlabRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmelting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmoking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) StonecuttingRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output) StonecuttingRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output, int count) private CraftingRecipeJsonBuilderRecipeGenerator.getWallRecipe(RecipeCategory category, ItemConvertible output, Ingredient input) protected voidRecipeGenerator.offer2x2CompactingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerBlasting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected voidRecipeGenerator.offerChiseledBlockRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerCompactingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerCompactingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input, String criterionName) protected voidRecipeGenerator.offerCutCopperRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerDyeablesRecipes(List<Item> dyes, List<Item> dyeables, @Nullable Item undyed, String group, RecipeCategory category) protected voidRecipeGenerator.offerMosaicRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) private <T extends AbstractCookingRecipe>
voidRecipeGenerator.offerMultipleOptions(RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String suffix) protected voidRecipeGenerator.offerNetheriteUpgradeRecipe(Item input, RecipeCategory category, Item result) protected voidRecipeGenerator.offerPolishedStoneRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerReversibleCompactingRecipes(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem) Offers two recipes to convert between a normal and compacted form of an item.private voidRecipeGenerator.offerReversibleCompactingRecipes(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String compactingId, @Nullable String compactingGroup, String reverseId, @Nullable String reverseGroup) protected voidRecipeGenerator.offerReversibleCompactingRecipesWithCompactingRecipeGroup(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String compactingId, String compactingGroup) protected voidRecipeGenerator.offerReversibleCompactingRecipesWithReverseRecipeGroup(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String reverseId, String reverseGroup) protected voidRecipeGenerator.offerSlabRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerSmelting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected voidRecipeGenerator.offerStonecuttingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeGenerator.offerStonecuttingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input, int count) protected voidRecipeGenerator.offerWallRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) static CraftingRecipeCategoryCraftingRecipeJsonBuilder.toCraftingCategory(RecipeCategory category) Constructors in net.minecraft.data.recipe with parameters of type RecipeCategoryModifierConstructorDescriptionprivateCookingRecipeJsonBuilder(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, AbstractCookingRecipe.RecipeFactory<?> recipeFactory) privateShapedRecipeJsonBuilder(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) privateShapelessRecipeJsonBuilder(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemStack output) SmithingTransformRecipeJsonBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) SmithingTrimRecipeJsonBuilder(RecipeCategory category, Ingredient template, Ingredient base, Ingredient addition, RegistryEntry<ArmorTrimPattern> pattern) StonecuttingRecipeJsonBuilder(RecipeCategory category, SingleStackRecipe.RecipeFactory<?> recipeFactory, Ingredient input, ItemConvertible output, int count) privateTransmuteRecipeJsonBuilder(RecipeCategory category, RegistryEntry<Item> result, Ingredient input, Ingredient material) -
Uses of RecipeCategory in net.minecraft.recipe.book
Methods in net.minecraft.recipe.book that return RecipeCategoryModifier and TypeMethodDescriptionstatic RecipeCategoryReturns the enum constant of this class with the specified name.static RecipeCategory[]RecipeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.