Uses of Interface
net.md_5.bungee.api.connection.Connection
-
Uses of Connection in net.md_5.bungee.api.connection
Modifier and TypeInterfaceDescriptioninterface
Represents a player physically connected to the world hosted on this server.interface
Represents a user attempting to log into the proxy.interface
Represents a player whose connection is being connected to somewhere else, whether it be a remote or embedded server.interface
Represents a destination which this proxy might connect to. -
Uses of Connection in net.md_5.bungee.api.event
ModifierConstructorDescriptionChatEvent
(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)