Class AstralPotions
java.lang.Object
dev.jaxydog.astral.register.ContentRegistrar
dev.jaxydog.astral.content.effect.AstralPotions
- All Implemented Interfaces:
Registered,Registered.All,Registered.Client,Registered.Common,Registered.Generated,Registered.Server
Contains definitions of all modded-in potions.
- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.jaxydog.astral.register.Registered
Registered.All, Registered.Client, Registered.Common, Registered.Generated, Registered.Server -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AstralPotionThe sinister potion with a longer duration.static final AstralPotionThe sinister potion.static final AstralPotionThe sinister potion with a stronger amplifier. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.jaxydog.astral.register.ContentRegistrar
generate, getRegistryId, getRegistryPath, registerClient, registerCommon, registerServer
-
Field Details
-
SINISTER
The sinister potion.- Since:
- 2.0.0
-
LONG_SINISTER
The sinister potion with a longer duration.- Since:
- 2.0.0
-
STRONG_SINISTER
The sinister potion with a stronger amplifier.- Since:
- 2.0.0
-
-
Constructor Details
-
AstralPotions
public AstralPotions()
-