Uses of Enum Class
net.minecraft.data.recipes.RecipeCategory
Packages that use RecipeCategory
-
Uses of RecipeCategory in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as RecipeCategoryModifier and TypeFieldDescriptionprivate final RecipeCategory
ShapedRecipeBuilder.category
private final RecipeCategory
ShapelessRecipeBuilder.category
private final RecipeCategory
SimpleCookingRecipeBuilder.category
private final RecipeCategory
SingleItemRecipeBuilder.category
private final RecipeCategory
SmithingTransformRecipeBuilder.category
private final RecipeCategory
SmithingTrimRecipeBuilder.category
Methods in net.minecraft.data.recipes that return RecipeCategoryModifier 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.Methods in net.minecraft.data.recipes with parameters of type RecipeCategoryModifier and TypeMethodDescriptionstatic SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.blasting
(Ingredient p_252115_, RecipeCategory p_249421_, ItemStack result, float p_250383_, int p_250476_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.blasting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.campfireCooking
(Ingredient p_249393_, RecipeCategory p_249372_, ItemStack result, float p_252321_, int p_251916_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.campfireCooking
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static void
RecipeProvider.chiseled
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pChiseledResult, ItemLike pMaterial) protected static ShapedRecipeBuilder
RecipeProvider.chiseledBuilder
(RecipeCategory pCategory, ItemLike pChiseledResult, Ingredient pMaterial) protected static void
RecipeProvider.cut
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pCutResult, ItemLike pMaterial) protected static ShapedRecipeBuilder
RecipeProvider.cutBuilder
(RecipeCategory pCategory, ItemLike pCutResult, Ingredient pMaterial) static CraftingBookCategory
RecipeBuilder.determineBookCategory
(RecipeCategory pCategory) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient p_250999_, RecipeCategory p_248815_, ItemStack result, float p_251320_, int p_248693_, RecipeSerializer<T> p_250921_, AbstractCookingRecipe.Factory<T> p_312657_) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pFactory) protected static void
RecipeProvider.mosaicBuilder
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static void
RecipeProvider.netheriteSmithing
(RecipeOutput pRecipeOutput, Item pIngredientItem, RecipeCategory pCategory, Item pResultItem) protected static void
RecipeProvider.nineBlockStorageRecipes
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked) protected static void
RecipeProvider.nineBlockStorageRecipes
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pPackedName, String pPackedGroup, String pUnpackedName, String pUnpackedGroup) protected static void
RecipeProvider.nineBlockStorageRecipesRecipesWithCustomUnpacking
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pUnpackedName, String pUnpackedGroup) protected static void
RecipeProvider.nineBlockStorageRecipesWithCustomPacking
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pPackedName, String pPackedGroup) protected static void
RecipeProvider.oreBlasting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeOutput pRecipeOutput, RecipeSerializer<T> pSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup, String pSuffix) protected static void
RecipeProvider.oreSmelting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) protected static void
RecipeProvider.polished
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory pCategory, ItemLike pResult, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory pCategory, ItemLike pPressurePlate, Ingredient pMaterial) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shaped recipe.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shaped recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory p_252339_, ItemStack result) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shapeless recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shapeless recipe.protected static void
RecipeProvider.slab
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pSlab, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory pCategory, ItemLike pSlab, Ingredient pMaterial) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smelting
(Ingredient p_249223_, RecipeCategory p_251240_, ItemStack result, float p_249452_, int p_250496_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smelting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) SmithingTransformRecipeBuilder.smithing
(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, RecipeCategory pCategory, Item pResult) static SmithingTrimRecipeBuilder
SmithingTrimRecipeBuilder.smithingTrim
(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, RecipeCategory pCategory) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smoking
(Ingredient p_248930_, RecipeCategory p_250319_, ItemStack result, float p_252329_, int p_250482_) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smoking
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static void
RecipeProvider.stonecutterResultFromBase
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static void
RecipeProvider.stonecutterResultFromBase
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial, int pResultCount) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, int pCount) protected static void
RecipeProvider.threeByThreePacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked) protected static void
RecipeProvider.threeByThreePacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked, String pCriterionName) protected static void
RecipeProvider.twoByTwoPacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked) protected static void
RecipeProvider.wall
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pWall, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory pCategory, ItemLike pWall, Ingredient pMaterial) Constructors in net.minecraft.data.recipes with parameters of type RecipeCategoryModifierConstructorDescriptionShapedRecipeBuilder
(RecipeCategory p_249996_, ItemStack result) ShapedRecipeBuilder
(RecipeCategory pCategory, ItemLike pResult, int pCount) ShapelessRecipeBuilder
(RecipeCategory p_250837_, ItemStack result) ShapelessRecipeBuilder
(RecipeCategory pCategory, ItemLike pResult, int pCount) private
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemStack result, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) private
SimpleCookingRecipeBuilder
(RecipeCategory pCategory, CookingBookCategory pBookCategory, ItemLike pResult, Ingredient pIngredient, float pExperience, int pCookingTime, AbstractCookingRecipe.Factory<?> pFactory) SingleItemRecipeBuilder
(RecipeCategory pCategory, SingleItemRecipe.Factory<?> pFactory, Ingredient pIngredient, ItemLike pResult, int pCount) SmithingTransformRecipeBuilder
(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, RecipeCategory pCategory, Item pResult) SmithingTrimRecipeBuilder
(RecipeCategory pCategory, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition) -
Uses of RecipeCategory in net.neoforged.neoforge.debug.crafting
Methods in net.neoforged.neoforge.debug.crafting with parameters of type RecipeCategoryModifier and TypeMethodDescriptionstatic ShapelessRecipeBuilder
IngredientTests.CompressedShapelessRecipeBuilder.shapeless
(RecipeCategory category, ItemLike result) Constructors in net.neoforged.neoforge.debug.crafting with parameters of type RecipeCategoryModifierConstructorDescriptionCompressedShapelessRecipeBuilder
(RecipeCategory category, ItemStack result)