Package dev.jaxydog.astral.content.power
Class AstralPowers
java.lang.Object
dev.jaxydog.astral.register.ContentRegistrar
dev.jaxydog.astral.content.power.AstralPowers
- All Implemented Interfaces:
Registered,Registered.All,Registered.Client,Registered.Common,Registered.Generated,Registered.Server
Contains definitions for all modded-in powers.
- 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 AstralPowerFactory<ActionOnKeyPower> The action-on-key power.static final AstralPowerFactory<ActionOnSprayPower> The action-on-spray power.static final AstralPowerFactory<ActionWhenSprayedPower> The action-when-sprayed power.static final AstralPowerFactory<ModifyScalePower> The modify scale power.static final AstralPowerFactory<TickingCooldownPower> The ticking cooldown power. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.jaxydog.astral.register.ContentRegistrar
generate, getRegistryId, getRegistryPath, registerClient, registerCommon, registerServer
-
Field Details
-
ACTION_ON_KEY
The action-on-key power.- Since:
- 2.0.0
-
ACTION_ON_SPRAY
The action-on-spray power.- Since:
- 2.0.0
-
ACTION_WHEN_SPRAYED
The action-when-sprayed power.- Since:
- 2.0.0
-
MODIFY_SCALE
The modify scale power.- Since:
- 2.0.0
-
TICKING_COOLDOWN
The ticking cooldown power.- Since:
- 2.0.0
-
-
Constructor Details
-
AstralPowers
public AstralPowers()
-