getInstance

abstract override fun <T> getInstance(): T

Gets the server's implementation instance for this player.

The return type may vary depending on the server platform:

  • For Velocity: todo

  • For BungeeCord: todo

Return

The server's implementation object associated with this entity.

Parameters

T

The expected type of the entity object.