public interface PlayerSettings
Modifier and Type | Interface and Description |
---|---|
static class |
PlayerSettings.ChatMode |
static class |
PlayerSettings.MainHand |
Modifier and Type | Method and Description |
---|---|
PlayerSettings.ChatMode |
getChatMode()
Returns the chat setting for the client.
|
Locale |
getLocale()
Returns the locale of the Minecraft client.
|
PlayerSettings.MainHand |
getMainHand()
Returns the primary hand of the client.
|
SkinParts |
getSkinParts()
Returns the parts of player skins the client will show.
|
byte |
getViewDistance()
Returns the client's view distance.
|
boolean |
hasChatColors()
Returns whether or not the client has chat colors disabled.
|
Locale getLocale()
byte getViewDistance()
PlayerSettings.ChatMode getChatMode()
boolean hasChatColors()
SkinParts getSkinParts()
PlayerSettings.MainHand getMainHand()