Class PetrolparkIngredientModifierTypes

java.lang.Object
com.petrolpark.PetrolparkIngredientModifierTypes

public class PetrolparkIngredientModifierTypes extends Object
  • Field Details

    • ITEM_PASS

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.minecraft.world.item.ItemStack>,? extends IIngredientModifierType<? super net.minecraft.world.item.ItemStack>> ITEM_PASS
    • ITEM_NOT

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.minecraft.world.item.ItemStack>,? extends IIngredientModifierType<? super net.minecraft.world.item.ItemStack>> ITEM_NOT
    • ITEM_CONTAMINATED

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.minecraft.world.item.ItemStack>,? extends IIngredientModifierType<? super net.minecraft.world.item.ItemStack>> ITEM_CONTAMINATED
    • FLUID_PASS

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>,? extends IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>> FLUID_PASS
    • FLUID_NOT

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>,? extends IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>> FLUID_NOT
    • FLUID_CONTAMINATED

      public static final com.tterrag.registrate.util.entry.RegistryEntry<IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>,? extends IIngredientModifierType<? super net.neoforged.neoforge.fluids.FluidStack>> FLUID_CONTAMINATED
  • Constructor Details

    • PetrolparkIngredientModifierTypes

      public PetrolparkIngredientModifierTypes()
  • Method Details

    • register

      public static final void register()