Hitsplat

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getIndex(): Int
Gets the index of the entity.
Link copied to clipboard
Gets the type of hitsplat
Link copied to clipboard
open fun getValue(): Int
The hitsplat value (the amount of damage)
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isMine(): Boolean
Checks if this hitsplat is from my player
Link copied to clipboard
open fun isOthers(): Boolean
Checks if this hitsplat is not from my player
Link copied to clipboard
open fun toString(): String