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.ColorColor of the shine.booleanWhether to draw the plate region.booleanWhether to draw the shine over the plate region.floatarc.graphics.g2d.TextureRegionarc.graphics.g2d.TextureRegionfloatprotected floatfloatFields 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