Class CharAnimFrame

java.lang.Object
com.fs.starfarer.api.impl.campaign.eventide.CharAnimFrame
All Implemented Interfaces:
Cloneable

public class CharAnimFrame extends Object implements Cloneable
  • 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

      public List<HitArea> hittableArea
    • attackArea

      public List<HitArea> attackArea
    • blockArea

      public List<HitArea> blockArea
    • soundIds

      public List<String> soundIds
    • attackCanActuallyHit

      public boolean attackCanActuallyHit
    • hitDamage

      public int hitDamage
  • Constructor Details

    • CharAnimFrame

      public CharAnimFrame()
  • Method Details

    • setHittable

      public void setHittable(float x, float w)
    • setAttack

      public void setAttack(float x, float w)
    • setBlock

      public void setBlock(float x, float w)
    • clone

      protected CharAnimFrame clone()
      Overrides:
      clone in class Object