Class HexplatRecipes
java.lang.Object
net.minecraft.data.recipes.RecipeProvider
at.petrak.paucal.api.datagen.PaucalRecipeProvider
at.petrak.hexcasting.datagen.recipe.HexplatRecipes
- All Implemented Interfaces:
net.minecraft.data.DataProvider
public class HexplatRecipes
extends at.petrak.paucal.api.datagen.PaucalRecipeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
Field Summary
Fields inherited from class at.petrak.paucal.api.datagen.PaucalRecipeProvider
modidFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionHexplatRecipes(net.minecraft.data.PackOutput output, IXplatIngredients ingredients, Function<net.minecraft.data.recipes.RecipeBuilder, IXplatConditionsBuilder> conditions) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildRecipes(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipes) Methods inherited from class at.petrak.paucal.api.datagen.PaucalRecipeProvider
hasItem, hasItem, hasItem, ingredientOf, ingredientOf, modLoc, packing, paucalInventoryTrigger, ring, ring, ring, ringAll, ringAll, ringAll, ringCornered, ringCornered, ringCornered, ringCornerless, ringCornerless, ringCornerless, stack, stack, stack, stick, stick, stickMethods inherited from class net.minecraft.data.recipes.RecipeProvider
banner, bedFromPlanksAndWool, buildAdvancement, candle, carpet, chestBoat, chiseled, chiseledBuilder, colorBlockWithDye, coloredTerracottaFromTerracottaAndDye, concretePowder, cookRecipes, copySmithingTemplate, copySmithingTemplate, cut, doorBuilder, generateForEnabledBlockFamilies, generateRecipes, getBlastingRecipeName, getConversionRecipeName, getHasName, getItemName, getName, getSimpleRecipeName, getSmeltingRecipeName, hangingSign, has, has, mosaicBuilder, netheriteSmithing, nineBlockStorageRecipes, nineBlockStorageRecipesRecipesWithCustomUnpacking, nineBlockStorageRecipesWithCustomPacking, oneToOneConversionRecipe, oneToOneConversionRecipe, oreBlasting, oreSmelting, planksFromLog, planksFromLogs, polished, pressurePlate, run, slab, slabBuilder, stainedGlassFromGlassAndDye, stainedGlassPaneFromGlassPaneAndDye, stainedGlassPaneFromStainedGlass, stairBuilder, stonecutterResultFromBase, stonecutterResultFromBase, threeByThreePacker, threeByThreePacker, trimSmithing, twoByTwoPacker, wall, waxRecipes, woodenBoat, woodFromLogs
-
Constructor Details
-
HexplatRecipes
public HexplatRecipes(net.minecraft.data.PackOutput output, IXplatIngredients ingredients, Function<net.minecraft.data.recipes.RecipeBuilder, IXplatConditionsBuilder> conditions)
-
-
Method Details
-
buildRecipes
- Specified by:
buildRecipesin classnet.minecraft.data.recipes.RecipeProvider
-