Package mindustry.entities.abilities
Class ArmorPlateAbility
java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.ArmorPlateAbility
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionarc.graphics.Color
Color of the shine.boolean
Whether to draw the plate region.boolean
Whether to draw the shine over the plate region.float
arc.graphics.g2d.TextureRegion
arc.graphics.g2d.TextureRegion
float
protected float
float
Fields inherited from class mindustry.entities.abilities.Ability
data, descriptionWidth, display
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.entities.abilities.Ability
abilityStat, copy, created, death, display, displayBars, getBundle, init, localized
-
Field Details
-
plateRegion
public arc.graphics.g2d.TextureRegion plateRegion -
shineRegion
public arc.graphics.g2d.TextureRegion shineRegion -
plateSuffix
-
shineSuffix
-
color
@Nullable public arc.graphics.Color colorColor of the shine. If null, uses team color. -
shineSpeed
public float shineSpeed -
z
public float z -
drawPlate
public boolean drawPlateWhether to draw the plate region. -
drawShine
public boolean drawShineWhether to draw the shine over the plate region. -
healthMultiplier
public float healthMultiplier -
warmup
protected float warmup
-
-
Constructor Details
-
ArmorPlateAbility
public ArmorPlateAbility()
-
-
Method Details