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

    modid

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    HexplatRecipes(net.minecraft.data.PackOutput output, IXplatIngredients ingredients, Function<net.minecraft.data.recipes.RecipeBuilder,IXplatConditionsBuilder> conditions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildRecipes(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, stick

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • buildRecipes

      public void buildRecipes(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipes)
      Specified by:
      buildRecipes in class net.minecraft.data.recipes.RecipeProvider