public interface PlayerChangeClientSettingsEvent extends TargetPlayerEvent
Player
changes one or more of the following settings.
The event is fired before the player object is updated so it is possible to inspect the old settings.
Modifier and Type | Method and Description |
---|---|
ChatVisibility |
getChatVisibility()
Gets the new chat visibility setting of the player.
|
Set<SkinPart> |
getDisplayedSkinParts()
Gets the new skin part's displayed.
|
Locale |
getLocale()
Gets the new locale of the player.
|
int |
getViewDistance()
Gets the new view distance of the player.
|
boolean |
isChatColorsEnabled()
Gets the new value for whether the player has colors enabled in chat.
|
getTargetEntity
getCause, getContext, getSource
Locale getLocale()
int getViewDistance()
ChatVisibility getChatVisibility()
boolean isChatColorsEnabled()