Class PetrolparkIngredientTypes

java.lang.Object
com.petrolpark.PetrolparkIngredientTypes

public class PetrolparkIngredientTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.common.crafting.IngredientType<?>,net.neoforged.neoforge.common.crafting.IngredientType<AdvancedItemIngredient>>
     
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.common.crafting.IngredientType<?>,net.neoforged.neoforge.common.crafting.IngredientType<BlockHolderSetIngredient>>
     
    static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.fluids.crafting.FluidIngredientType<?>,net.neoforged.neoforge.fluids.crafting.FluidIngredientType<AdvancedFluidIngredient>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final void
     

    Methods inherited from class java.lang.Object

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

    • ADVANCED

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.common.crafting.IngredientType<?>,net.neoforged.neoforge.common.crafting.IngredientType<AdvancedItemIngredient>> ADVANCED
    • BLOCK_SET

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.common.crafting.IngredientType<?>,net.neoforged.neoforge.common.crafting.IngredientType<BlockHolderSetIngredient>> BLOCK_SET
    • FLUID_ADVANCED

      public static final com.tterrag.registrate.util.entry.RegistryEntry<net.neoforged.neoforge.fluids.crafting.FluidIngredientType<?>,net.neoforged.neoforge.fluids.crafting.FluidIngredientType<AdvancedFluidIngredient>> FLUID_ADVANCED
  • Constructor Details

    • PetrolparkIngredientTypes

      public PetrolparkIngredientTypes()
  • Method Details

    • register

      public static final void register()