Class Hitsplat


  • public class Hitsplat
    extends Object
    A hitsplat that has been applied to an Actor.
    • Constructor Detail

      • Hitsplat

        public Hitsplat​(@HitsplatType
                        int hitsplatType,
                        int amount,
                        int disappearsOnGameCycle)
    • Method Detail

      • isMine

        public boolean isMine()
      • isOthers

        public boolean isOthers()
      • getHitsplatType

        @HitsplatType
        public int getHitsplatType()
        The type of hitsplat.
      • getAmount

        public int getAmount()
        The value displayed by the hitsplat.
      • getDisappearsOnGameCycle

        public int getDisappearsOnGameCycle()
        When the hitsplat will disappear.