Raven B4
  • Main Page
  • Guide
    • Setup
    • Examples
  • Documentation
    • imports
    • events
    • client
    • entity
    • network
    • world
    • render
    • gl
    • modules
    • config
    • keybinds
    • inventory
    • tile entity
    • util
    • bridge
    • http
    • json
    • packets
    • objects
Powered by GitBook
On this page
  • getCape
  • getDisplayName
  • getName
  • getPing
  • getSkinData
  • getUUID
  1. Documentation

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 5 months ago