Uses of Class
net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
Packages that use ProxiedPlayer.ChatMode Package Description net.md_5.bungee.api.connection -
-
Uses of ProxiedPlayer.ChatMode in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection that return ProxiedPlayer.ChatMode Modifier and Type Method Description ProxiedPlayer.ChatMode
ProxiedPlayer. getChatMode()
Gets this player's chat mode.static ProxiedPlayer.ChatMode
ProxiedPlayer.ChatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxiedPlayer.ChatMode[]
ProxiedPlayer.ChatMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-