Class HitsplatApplied


  • public class HitsplatApplied
    extends Object
    An event called when a Hitsplat is processed on an Actor.

    This event is called regardless of whether or not the hitsplat was rendered. An example of this occuring would be if the actor has 4 visible hitsplats.

    • Constructor Detail

      • HitsplatApplied

        public HitsplatApplied()
    • Method Detail

      • getActor

        public Actor getActor()
        The actor the hitsplat was applied to.
      • getHitsplat

        public Hitsplat getHitsplat()
        The applied hitsplat.
      • setActor

        public void setActor​(Actor actor)
        The actor the hitsplat was applied to.
      • setHitsplat

        public void setHitsplat​(Hitsplat hitsplat)
        The applied hitsplat.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object