public static class PlayerListItem.Item extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
UUID |
getChatSessionId() |
String |
getDisplayName() |
Integer |
getGamemode() |
Boolean |
getListed() |
Integer |
getPing() |
Property[] |
getProperties() |
PlayerPublicKey |
getPublicKey() |
String |
getUsername() |
UUID |
getUuid() |
int |
hashCode() |
void |
setChatSessionId(UUID chatSessionId) |
void |
setDisplayName(String displayName) |
void |
setGamemode(Integer gamemode) |
void |
setListed(Boolean listed) |
void |
setPing(Integer ping) |
void |
setProperties(Property[] properties) |
void |
setPublicKey(PlayerPublicKey publicKey) |
void |
setUsername(String username) |
void |
setUuid(UUID uuid) |
String |
toString() |
public UUID getUuid()
public String getUsername()
public Property[] getProperties()
public UUID getChatSessionId()
public PlayerPublicKey getPublicKey()
public Boolean getListed()
public Integer getGamemode()
public Integer getPing()
public String getDisplayName()
public void setUuid(UUID uuid)
public void setUsername(String username)
public void setProperties(Property[] properties)
public void setChatSessionId(UUID chatSessionId)
public void setPublicKey(PlayerPublicKey publicKey)
public void setListed(Boolean listed)
public void setGamemode(Integer gamemode)
public void setPing(Integer ping)
public void setDisplayName(String displayName)
protected boolean canEqual(Object other)
Copyright © 2012–2023 SpigotMC. All rights reserved.