Uses of Class
com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifier
Packages that use MinecraftChannelIdentifier
Package
Description
Provides an interface to receive, handle, and send plugin messages on the proxy from clients and
servers.
-
Uses of MinecraftChannelIdentifier in com.btcvelocity.api.bridge
Fields in com.btcvelocity.api.bridge declared as MinecraftChannelIdentifierModifier and TypeFieldDescriptionstatic final MinecraftChannelIdentifierBridgeChannel.CHANNEL_IDThe channel identifier used for all bridge traffic. -
Uses of MinecraftChannelIdentifier in com.velocitypowered.api.proxy.messages
Methods in com.velocitypowered.api.proxy.messages that return MinecraftChannelIdentifierModifier and TypeMethodDescriptionstatic MinecraftChannelIdentifierCreates an identifier in the specified namespace.static MinecraftChannelIdentifierMinecraftChannelIdentifier.forDefaultNamespace(String name) Creates an identifier in the default namespace (minecraft).static MinecraftChannelIdentifierCreates a channel identifier from the specified Minecraft identifier.static MinecraftChannelIdentifierCreates a channel identifier from the specified Minecraft identifier.