Class DGSCRecipeProvider

java.lang.Object
net.minecraft.data.recipes.RecipeProvider
com.wdiscute.starcatcher.datagen.DGSCRecipeProvider

public class DGSCRecipeProvider extends net.minecraft.data.recipes.RecipeProvider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class net.minecraft.data.recipes.RecipeProvider

    items, output, registries
  • Constructor Summary

    Constructors
    Constructor
    Description
    DGSCRecipeProvider(net.minecraft.core.HolderLookup.Provider registries, net.minecraft.data.recipes.RecipeOutput output)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    colorBlockWithDye(net.minecraft.data.recipes.RecipeOutput recipeOutput, List<net.minecraft.world.item.Item> dyes, List<net.minecraft.world.item.Item> dyeableItems, String group)
     
    net.minecraft.resources.ResourceKey<net.minecraft.world.item.crafting.Recipe<?>>
    rk(net.minecraft.resources.Identifier rl)
     

    Methods inherited from class net.minecraft.data.recipes.RecipeProvider

    banner, bedFromPlanksAndWool, bredAnimal, buttonBuilder, candle, carpet, chestBoat, chiseled, chiseledBuilder, coloredTerracottaFromTerracottaAndDye, colorItemWithDye, colorWithDye, concretePowder, cookRecipes, copperBulb, copySmithingTemplate, copySmithingTemplate, cut, cutBuilder, doorBuilder, dryGhast, dyedBundleRecipe, dyedItem, dyedShulkerBoxRecipe, fenceBuilder, fenceGateBuilder, generateForEnabledBlockFamilies, generateRecipes, getBaseBlockForCrafting, getBlastingRecipeName, getConversionRecipeName, getHasName, getItemName, getSimpleRecipeName, getSmeltingRecipeName, grate, hangingSign, harness, has, has, has, insideOf, inventoryTrigger, inventoryTrigger, mosaicBuilder, netheriteSmithing, nineBlockStorageRecipes, nineBlockStorageRecipes, nineBlockStorageRecipesRecipesWithCustomUnpacking, nineBlockStorageRecipesWithCustomPacking, oneToOneConversionRecipe, oneToOneConversionRecipe, oreBlasting, oreCooking, oreSmelting, planksFromLog, planksFromLogs, polished, polishedBuilder, pressurePlate, pressurePlateBuilder, shaped, shaped, shaped, shapeless, shapeless, shapeless, shelf, signBuilder, simpleCookingRecipe, slab, slabBuilder, smeltingResultFromBase, stainedGlassFromGlassAndDye, stainedGlassPaneFromGlassPaneAndDye, stainedGlassPaneFromStainedGlass, stairBuilder, stonecutterResultFromBase, stonecutterResultFromBase, suspiciousStew, tag, threeByThreePacker, threeByThreePacker, trapdoorBuilder, trimSmithing, twoByTwoPacker, wall, wallBuilder, waxedChiseled, waxRecipes, woodenBoat, woodFromLogs

    Methods inherited from class Object

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

    • DGSCRecipeProvider

      public DGSCRecipeProvider(net.minecraft.core.HolderLookup.Provider registries, net.minecraft.data.recipes.RecipeOutput output)
  • Method Details

    • rk

      public net.minecraft.resources.ResourceKey<net.minecraft.world.item.crafting.Recipe<?>> rk(net.minecraft.resources.Identifier rl)
    • buildRecipes

      protected void buildRecipes()
      Specified by:
      buildRecipes in class net.minecraft.data.recipes.RecipeProvider
    • colorBlockWithDye

      protected void colorBlockWithDye(net.minecraft.data.recipes.RecipeOutput recipeOutput, List<net.minecraft.world.item.Item> dyes, List<net.minecraft.world.item.Item> dyeableItems, String group)