Package net.trique.wardentools.registry
Class PotionRegistry
java.lang.Object
net.trique.wardentools.registry.PotionRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>> static voidinit()protected static net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> registerPotion(String id, Supplier<net.minecraft.world.item.alchemy.Potion> supplier)
-
Field Details
-
POTION_REGISTRATION_PROVIDER
protected static final net.trique.wardentools.registration.RegistrationProvider<net.minecraft.world.item.alchemy.Potion> POTION_REGISTRATION_PROVIDER -
SCULK_ADAPTION
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> SCULK_ADAPTION -
LONG_SCULK_ADAPTION
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> LONG_SCULK_ADAPTION -
SCULK_SCOURGE
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> SCULK_SCOURGE -
LONG_SCULK_SCOURGE
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> LONG_SCULK_SCOURGE -
STRONG_SCULK_SCOURGE
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> STRONG_SCULK_SCOURGE -
WARDEN
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> WARDEN -
LONG_WARDEN
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> LONG_WARDEN -
STRONG_WARDEN
public static final net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> STRONG_WARDEN
-
-
Constructor Details
-
PotionRegistry
public PotionRegistry()
-
-
Method Details
-
init
public static void init() -
registerPotion
-
getEntries
public static Iterable<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>> getEntries()
-