Class Hitsplat

java.lang.Object
org.rspeer.game.effect.Hitsplat

public class Hitsplat extends Object
Represents a Hitsplat on a PathingEntity
  • Constructor Details

    • Hitsplat

      public Hitsplat(int damage, int type, int cycle)
  • Method Details

    • getDamage

      public int getDamage()
    • getTypeId

      public int getTypeId()
    • getType

      public Hitsplat.Type getType()
    • getCycle

      public int getCycle()