Package net.runelite.api
Interface Hitsplat
-
public interface HitsplatA hitsplat that has been applied to anActor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetAmount()The value displayed by the hitsplat.intgetDisappearsOnGameCycle()When the hitsplat will disappear.intgetHitsplatType()The type of hitsplat.default booleanisMine()default booleanisOthers()
-
-
-
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()
-
-