Package | Description |
---|---|
net.md_5.bungee.api.connection | |
net.md_5.bungee.api.event |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedPlayer
Represents a player physically connected to the world hosted on this server.
|
interface |
PendingConnection
Represents a user attempting to log into the proxy.
|
interface |
ProxiedPlayer
Represents a player who's connection is being connected to somewhere else,
whether it be a remote or embedded server.
|
interface |
Server
Represents a destination which this proxy might connect to.
|
Constructor and Description |
---|
ChatEvent(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) |
Copyright © 2012–2019 SpigotMC. All rights reserved.