Class PotionRegistry

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

public class PotionRegistry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • POTIONS

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

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> CELESTIAL_BREW_POTION
    • LONG_CELESTIAL_BREW_POTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> LONG_CELESTIAL_BREW_POTION
    • DEATH_POTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> DEATH_POTION
    • STRONG_DEATH_POTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> STRONG_DEATH_POTION
    • LONG_DEATH_POTION

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

    • PotionRegistry

      public PotionRegistry()