Interface Hitsplat


  • public interface Hitsplat
    A hitsplat that has been applied to an Actor.
    • Method Detail

      • getHitsplatType

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

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

        int getDisappearsOnGameCycle()
        When the hitsplat will disappear.
      • isMine

        default boolean isMine()
      • isOthers

        default boolean isOthers()