Package org.rspeer.game.effect
Class Hitsplat
- java.lang.Object
-
- org.rspeer.game.effect.Hitsplat
-
public class Hitsplat extends Object
Represents aHitsplat
on aPathingEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Hitsplat.Type
-
Constructor Summary
Constructors Constructor Description Hitsplat(int damage, int type, int cycle)
-
-
-
Method Detail
-
getDamage
public int getDamage()
-
getTypeId
public int getTypeId()
-
getType
public Hitsplat.Type getType()
-
getCycle
public int getCycle()
-
-