Uses of Interface
net.md_5.bungee.api.connection.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.mrivanplays.ivancord.api.event
Constructors in com.mrivanplays.ivancord.api.event with parameters of type ConnectionModifierConstructorDescriptionBrigadierSuggestionsEvent(Connection sender, Connection receiver, String cursor, com.mojang.brigadier.suggestion.Suggestions suggestions) BrigadierSuggestionsResponseEvent(Connection sender, Connection receiver, com.mojang.brigadier.suggestion.Suggestions suggestions) -
Uses of Connection in io.github.waterfallmc.waterfall.event
Constructors in io.github.waterfallmc.waterfall.event with parameters of type ConnectionModifierConstructorDescriptionProxyDefineCommandsEvent(Connection sender, Connection receiver, Map<String, Command> commands) -
Uses of Connection in net.md_5.bungee.api.connection
Subinterfaces of Connection in net.md_5.bungee.api.connectionModifier and TypeInterfaceDescriptioninterfaceRepresents a player physically connected to the world hosted on this server.interfaceRepresents a user attempting to log into the proxy.interfaceRepresents a player whose connection is being connected to somewhere else, whether it be a remote or embedded server.interfaceRepresents a destination which this proxy might connect to. -
Uses of Connection in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ConnectionModifier and TypeMethodDescriptionTargetedEvent.getReceiver()Receiver of the action.TargetedEvent.getSender()Creator of the action.Constructors in net.md_5.bungee.api.event with parameters of type ConnectionModifierConstructorDescriptionChatEvent(Connection sender, Connection receiver, String message) PluginMessageEvent(Connection sender, Connection receiver, String tag, byte[] data) TabCompleteEvent(Connection sender, Connection receiver, String cursor, List<String> suggestions) TabCompleteResponseEvent(Connection sender, Connection receiver, List<String> suggestions) TargetedEvent(Connection sender, Connection receiver)