Package | Description |
---|---|
com.destroystokyo.paper | |
com.destroystokyo.paper.event.player |
Modifier and Type | Field and Description |
---|---|
static ClientOption<ClientOption.ChatVisibility> |
ClientOption.CHAT_VISIBILITY |
Modifier and Type | Method and Description |
---|---|
static ClientOption.ChatVisibility |
ClientOption.ChatVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientOption.ChatVisibility[] |
ClientOption.ChatVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ClientOption.ChatVisibility |
PlayerClientOptionsChangeEvent.getChatVisibility() |
Constructor and Description |
---|
PlayerClientOptionsChangeEvent(@NotNull Player player,
@NotNull String locale,
int viewDistance,
@NotNull ClientOption.ChatVisibility chatVisibility,
boolean chatColors,
@NotNull SkinParts skinParts,
@NotNull MainHand mainHand) |
Copyright © 2021. All rights reserved.