public class CharAnimFrame extends java.lang.Object implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.util.List<HitArea> |
attackArea |
boolean |
attackCanActuallyHit |
java.util.List<HitArea> |
blockArea |
float |
dur |
float |
height |
int |
hitDamage |
java.util.List<HitArea> |
hittableArea |
org.lwjgl.util.vector.Vector2f |
move |
java.util.List<java.lang.String> |
soundIds |
float |
th |
float |
tw |
float |
tx |
float |
ty |
float |
width |
| Constructor and Description |
|---|
CharAnimFrame() |
| Modifier and Type | Method and Description |
|---|---|
protected CharAnimFrame |
clone() |
void |
setAttack(float x,
float w) |
void |
setBlock(float x,
float w) |
void |
setHittable(float x,
float w) |
public float dur
public float tx
public float ty
public float tw
public float th
public float width
public float height
public org.lwjgl.util.vector.Vector2f move
public java.util.List<HitArea> hittableArea
public java.util.List<HitArea> attackArea
public java.util.List<java.lang.String> soundIds
public boolean attackCanActuallyHit
public int hitDamage
public CharAnimFrame()
public void setHittable(float x, float w)
public void setAttack(float x, float w)
public void setBlock(float x, float w)
protected CharAnimFrame clone()
clone in class java.lang.Object