Package net.runelite.api
Class Hitsplat
- java.lang.Object
-
- net.runelite.api.Hitsplat
-
-
Constructor Summary
Constructors Constructor Description Hitsplat(int hitsplatType, int amount, int disappearsOnGameCycle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAmount()
The value displayed by the hitsplat.int
getDisappearsOnGameCycle()
When the hitsplat will disappear.int
getHitsplatType()
The type of hitsplat.boolean
isMine()
boolean
isOthers()
-
-
-
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.
-
-