Hitsplat

public class Hitsplat implements Indexable

A hitsplat visible on a org.tribot.script.sdk.interfaces.Character

Types

Type
Link copied to clipboard
public enum Type
An enumeration of hitsplat types.

Functions

equals
Link copied to clipboard
boolean equals(Object o)
getIndex
Link copied to clipboard
int getIndex()
Gets the index of the entity.
getType
Link copied to clipboard
Hitsplat.Type getType()
Gets the type of hitsplat
getValue
Link copied to clipboard
int getValue()
The hitsplat value (the amount of damage)
hashCode
Link copied to clipboard
int hashCode()
isMine
Link copied to clipboard
boolean isMine()
Checks if this hitsplat is from my player
isOthers
Link copied to clipboard
boolean isOthers()
Checks if this hitsplat is not from my player
toString
Link copied to clipboard
String toString()