Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.types
/
Hitsplat
Hitsplat
open
class
Hitsplat
:
Indexable
A hitsplat visible on a
org.tribot.script.sdk.interfaces.Character
Members
Constructors
Hitsplat
Link copied to clipboard
constructor
(
)
Types
Type
Link copied to clipboard
enum
Type
An enumeration of hitsplat types.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Index
Link copied to clipboard
open
fun
getIndex
(
)
:
Int
Gets the index of the entity.
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Hitsplat.Type
Gets the type of hitsplat
get
Value
Link copied to clipboard
open
fun
getValue
(
)
:
Int
The hitsplat value (the amount of damage)
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Mine
Link copied to clipboard
open
fun
isMine
(
)
:
Boolean
Checks if this hitsplat is from my player
is
Others
Link copied to clipboard
open
fun
isOthers
(
)
:
Boolean
Checks if this hitsplat is not from my player
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String