getInstance

abstract fun <T> getInstance(): T

Gets the server's implementation instance for this player.

Return

The server's implementation object associated with this entity.

Parameters

T

The expected type of the entity object.