public abstract class TabList extends Object
Modifier and Type | Field and Description |
---|---|
protected ProxiedPlayer |
player |
Constructor and Description |
---|
TabList() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onConnect() |
abstract void |
onDisconnect() |
abstract void |
onPingChange(int ping) |
abstract void |
onServerChange() |
abstract void |
onUpdate(PlayerListItem playerListItem) |
static PlayerListItem |
rewrite(PlayerListItem playerListItem) |
protected final ProxiedPlayer player
public abstract void onUpdate(PlayerListItem playerListItem)
public abstract void onPingChange(int ping)
public abstract void onServerChange()
public abstract void onConnect()
public abstract void onDisconnect()
public static PlayerListItem rewrite(PlayerListItem playerListItem)
Copyright © 2012–2020 SpigotMC. All rights reserved.