Uses of Enum Class
net.minecraft.recipe.book.RecipeCategory
-
Uses of RecipeCategory in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate final RecipeCategory
CookingRecipeJsonBuilder.category
private final RecipeCategory
ShapedRecipeJsonBuilder.category
private final RecipeCategory
ShapelessRecipeJsonBuilder.category
private final RecipeCategory
SmithingTransformRecipeJsonBuilder.category
private final RecipeCategory
SmithingTrimRecipeJsonBuilder.category
private final RecipeCategory
StonecuttingRecipeJsonBuilder.category
private final RecipeCategory
TransmuteRecipeJsonBuilder.category
Modifier 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 ShapedRecipeJsonBuilder
ShapedRecipeJsonBuilder.create
(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output) static ShapedRecipeJsonBuilder
ShapedRecipeJsonBuilder.create
(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) static ShapelessRecipeJsonBuilder
ShapelessRecipeJsonBuilder.create
(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output) static ShapelessRecipeJsonBuilder
ShapelessRecipeJsonBuilder.create
(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) static ShapelessRecipeJsonBuilder
ShapelessRecipeJsonBuilder.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, RecipeCategory category) static TransmuteRecipeJsonBuilder
TransmuteRecipeJsonBuilder.create
(RecipeCategory category, Ingredient input, Ingredient material, Item result) static CookingRecipeJsonBuilder
CookingRecipeJsonBuilder.createBlasting
(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilder
CookingRecipeJsonBuilder.createCampfireCooking
(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected ShapedRecipeJsonBuilder
RecipeGenerator.createChiseledBlockRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) private CraftingRecipeJsonBuilder
RecipeGenerator.createCondensingRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) private ShapedRecipeJsonBuilder
RecipeGenerator.createCutCopperRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) private CraftingRecipeJsonBuilder
RecipeGenerator.createPressurePlateRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) protected ShapedRecipeJsonBuilder
RecipeGenerator.createShaped
(RecipeCategory category, ItemConvertible output) protected ShapedRecipeJsonBuilder
RecipeGenerator.createShaped
(RecipeCategory category, ItemConvertible output, int count) protected ShapelessRecipeJsonBuilder
RecipeGenerator.createShapeless
(RecipeCategory category, ItemConvertible output) protected ShapelessRecipeJsonBuilder
RecipeGenerator.createShapeless
(RecipeCategory category, ItemConvertible output, int count) protected ShapelessRecipeJsonBuilder
RecipeGenerator.createShapeless
(RecipeCategory category, ItemStack output) protected CraftingRecipeJsonBuilder
RecipeGenerator.createSlabRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) static CookingRecipeJsonBuilder
CookingRecipeJsonBuilder.createSmelting
(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilder
CookingRecipeJsonBuilder.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 CraftingRecipeJsonBuilder
RecipeGenerator.getWallRecipe
(RecipeCategory category, ItemConvertible output, Ingredient input) protected void
RecipeGenerator.offer2x2CompactingRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerBlasting
(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected void
RecipeGenerator.offerChiseledBlockRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerCompactingRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerCompactingRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input, String criterionName) protected void
RecipeGenerator.offerCutCopperRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerDyeablesRecipes
(List<Item> dyes, List<Item> dyeables, @Nullable Item undyed, String group, RecipeCategory category) protected void
RecipeGenerator.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 void
RecipeGenerator.offerNetheriteUpgradeRecipe
(Item input, RecipeCategory category, Item result) protected void
RecipeGenerator.offerPolishedStoneRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerReversibleCompactingRecipes
(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem) Offers two recipes to convert between a normal and compacted form of an item.private void
RecipeGenerator.offerReversibleCompactingRecipes
(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String compactingId, @Nullable String compactingGroup, String reverseId, @Nullable String reverseGroup) protected void
RecipeGenerator.offerReversibleCompactingRecipesWithCompactingRecipeGroup
(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String compactingId, String compactingGroup) protected void
RecipeGenerator.offerReversibleCompactingRecipesWithReverseRecipeGroup
(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String reverseId, String reverseGroup) protected void
RecipeGenerator.offerSlabRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerSmelting
(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected void
RecipeGenerator.offerStonecuttingRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected void
RecipeGenerator.offerStonecuttingRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input, int count) protected void
RecipeGenerator.offerWallRecipe
(RecipeCategory category, ItemConvertible output, ItemConvertible input) static CraftingRecipeCategory
CraftingRecipeJsonBuilder.toCraftingCategory
(RecipeCategory category) ModifierConstructorDescriptionprivate
CookingRecipeJsonBuilder
(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, AbstractCookingRecipe.RecipeFactory<?> recipeFactory) private
ShapedRecipeJsonBuilder
(RegistryEntryLookup<Item> registryLookup, RecipeCategory category, ItemConvertible output, int count) private
ShapelessRecipeJsonBuilder
(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) StonecuttingRecipeJsonBuilder
(RecipeCategory category, SingleStackRecipe.RecipeFactory<?> recipeFactory, Ingredient input, ItemConvertible output, int count) private
TransmuteRecipeJsonBuilder
(RecipeCategory category, RegistryEntry<Item> result, Ingredient input, Ingredient material) -
Uses of RecipeCategory in net.minecraft.recipe.book
Modifier and TypeMethodDescriptionstatic RecipeCategory
Returns 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.