network

Tablist information.

Required: entity.getNetworkPlayer() or world.getNetworkPlayers();

getCape

String cape = networkPlayer.getCape();

Returns the cape of the player.

getDisplayName

String displayName = networkPlayer.getDisplayName();

Returns the formatted display name of the player.

getName

String name = networkPlayer.getName();

Returns the unformatted display name of the player.

getPing

int ping = networkPlayer.getPing();

Returns the ping of the player.

getSkinData

String skinData = networkPlayer.getSkinData();

Returns the skin data of the player.

getUUID

String uuid = networkPlayer.getUUID();

Returns the uuid of the player.

Last updated