Uses of Class
net.md_5.bungee.UserConnection
Packages that use UserConnection
-
Uses of UserConnection in net.md_5.bungee
Methods in net.md_5.bungee with parameters of type UserConnectionModifier and TypeMethodDescriptionvoidBungeeCord.addConnection(UserConnection con) voidBungeeCord.removeConnection(UserConnection con) -
Uses of UserConnection in net.md_5.bungee.connection
Constructors in net.md_5.bungee.connection with parameters of type UserConnectionModifierConstructorDescriptionUpstreamBridge(net.md_5.bungee.api.ProxyServer bungee, UserConnection con) -
Uses of UserConnection in net.md_5.bungee.netty
Fields in net.md_5.bungee.netty with type parameters of type UserConnectionModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<UserConnection> PipelineUtils.USER