Class PotionRegistry
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.PotionRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
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()
-