Class CharAnimFrame
java.lang.Object
com.fs.starfarer.api.impl.campaign.eventide.CharAnimFrame
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CharAnimFrame
clone()
void
setAttack
(float x, float w) void
setBlock
(float x, float w) void
setHittable
(float x, float w)
-
Field Details
-
dur
public float dur -
tx
public float tx -
ty
public float ty -
tw
public float tw -
th
public float th -
width
public float width -
height
public float height -
move
public org.lwjgl.util.vector.Vector2f move -
hittableArea
-
attackArea
-
blockArea
-
soundIds
-
attackCanActuallyHit
public boolean attackCanActuallyHit -
hitDamage
public int hitDamage
-
-
Constructor Details
-
CharAnimFrame
public CharAnimFrame()
-
-
Method Details