Package mindustry.entities.abilities
Class ShieldRegenFieldAbility
java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.ShieldRegenFieldAbility
- All Implemented Interfaces:
Cloneable
-
Field Details
-
amount
public float amount -
max
public float max -
reload
public float reload -
range
public float range -
applyEffect
-
activeEffect
-
parentizeEffects
public boolean parentizeEffects -
timer
protected float timer -
applied
protected boolean applied
-
-
Constructor Details
-
ShieldRegenFieldAbility
public ShieldRegenFieldAbility(float amount, float max, float reload, float range)
-
-
Method Details