BungeeMessage

enum BungeeMessage

Available / supported bungee commands.

See also

<a href="https://www.spigotmc.org/wiki/bukkit-bungee-plugin-messaging-channel/#wikiPage">Spigot thread</a> on message channels.

Spigot thread on message channels.

<a href="https://github.com/VelocityPowered/Velocity/blob/65db0fad6a221205ec001f1f68a032215da402d6/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/BungeeCordMessageResponder.java#L297">Proxy implementation</a> on GitHub.

Entries

KICK
Link copied to clipboard
MESSAGE_RAW
Link copied to clipboard
MESSAGE
Link copied to clipboard
SERVER
Link copied to clipboard

Properties

subchannel
Link copied to clipboard
private val subchannel: String

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): BungeeCommand.BungeeMessage
values
Link copied to clipboard
open fun values(): Array<BungeeCommand.BungeeMessage>

Inherited functions

describeConstable
Link copied to clipboard
abstract fun describeConstable(): Optional<out ConstantDesc>