Class PotionRegistry

java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry

public class PotionRegistry extends Object
  • Field Details

    • POTIONS

      public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.item.alchemy.Potion> POTIONS
    • CELESTIAL_BREW_POTION

      public static final Supplier<net.minecraft.world.item.alchemy.Potion> CELESTIAL_BREW_POTION
    • LONG_CELESTIAL_BREW_POTION

      public static final Supplier<net.minecraft.world.item.alchemy.Potion> LONG_CELESTIAL_BREW_POTION
    • DEATH_POTION

      public static final Supplier<net.minecraft.world.item.alchemy.Potion> DEATH_POTION
    • STRONG_DEATH_POTION

      public static final Supplier<net.minecraft.world.item.alchemy.Potion> STRONG_DEATH_POTION
    • LONG_DEATH_POTION

      public static final Supplier<net.minecraft.world.item.alchemy.Potion> LONG_DEATH_POTION
  • Constructor Details

    • PotionRegistry

      public PotionRegistry()