Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractReconnectHandler - Class in net.md_5.bungee.api
- AbstractReconnectHandler() - Constructor for class net.md_5.bungee.api.AbstractReconnectHandler
- addGroups(String...) - Method in interface net.md_5.bungee.api.CommandSender
-
Adds groups to a this user for the current session only.
- addObjective(Objective) - Method in class net.md_5.bungee.api.score.Scoreboard
- addPlayer(String) - Method in class net.md_5.bungee.api.score.Team
- addScore(Score) - Method in class net.md_5.bungee.api.score.Scoreboard
- addTeam(Team) - Method in class net.md_5.bungee.api.score.Scoreboard
- ALREADY_CONNECTED - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Already connected to target server.
- ALREADY_CONNECTING - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Already connecting to target server.
- AsyncEvent<T> - Class in net.md_5.bungee.api.event
-
Represents an event which depends on the result of asynchronous operations.
- AsyncEvent() - Constructor for class net.md_5.bungee.api.event.AsyncEvent
B
- BELOW - Enum constant in enum net.md_5.bungee.api.score.Position
- broadcast(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Deprecated.
- broadcast(BaseComponent) - Method in class net.md_5.bungee.api.ProxyServer
-
Send the specified message to the console and all connected players.
- broadcast(BaseComponent...) - Method in class net.md_5.bungee.api.ProxyServer
-
Send the specified message to the console and all connected players.
- Builder() - Constructor for class net.md_5.bungee.api.ServerConnectRequest.Builder
C
- Callback<V> - Interface in net.md_5.bungee.api
-
Represents a method which may be called once a result has been computed asynchronously.
- callEvent(T) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Dispatch an event to all subscribed listeners and return the event once it has been handled by these listeners.
- canAccess(CommandSender) - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Whether the player can access this server.
- cancel() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
-
Cancel this task to suppress subsequent executions.
- cancel(int) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Cancel a task to prevent it from executing, or if its a repeating task, prevent its further execution.
- cancel(Plugin) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Cancel all tasks owned by this plugin, this preventing them from being executed hereon in.
- cancel(ScheduledTask) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Cancel a task to prevent it from executing, or if its a repeating task, prevent its further execution.
- Cancellable - Interface in net.md_5.bungee.api.plugin
-
Events that implement this indicate that they may be cancelled and thus prevented from happening.
- CaseInsensitiveMap<V> - Class in net.md_5.bungee.util
- CaseInsensitiveMap() - Constructor for class net.md_5.bungee.util.CaseInsensitiveMap
- CaseInsensitiveMap(Map<? extends String, ? extends V>) - Constructor for class net.md_5.bungee.util.CaseInsensitiveMap
- CaseInsensitiveSet - Class in net.md_5.bungee.util
- CaseInsensitiveSet() - Constructor for class net.md_5.bungee.util.CaseInsensitiveSet
- CaseInsensitiveSet(Collection<? extends String>) - Constructor for class net.md_5.bungee.util.CaseInsensitiveSet
- chat(String) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Make this player chat (say something), to the server he is currently on.
- ChatEvent - Class in net.md_5.bungee.api.event
-
Event called when a player sends a message to a server.
- ChatEvent(Connection, Connection, String) - Constructor for class net.md_5.bungee.api.event.ChatEvent
- clear() - Method in class net.md_5.bungee.api.score.Scoreboard
- clear() - Method in interface net.md_5.bungee.api.Title
-
Remove the currently displayed title from the player's screen.
- ClientConnectEvent - Class in net.md_5.bungee.api.event
-
Event called to represent an initial client connection.
- ClientConnectEvent() - Constructor for class net.md_5.bungee.api.event.ClientConnectEvent
- close() - Method in interface net.md_5.bungee.api.ReconnectHandler
-
Close all connections indicating that the proxy is about to shutdown and all data should be saved.
- Command - Class in net.md_5.bungee.api.plugin
-
A command that can be executed by a
CommandSender
. - Command(String) - Constructor for class net.md_5.bungee.api.plugin.Command
-
Construct a new command with no permissions or aliases.
- Command(String, String, String...) - Constructor for class net.md_5.bungee.api.plugin.Command
-
Construct a new command.
- COMMAND - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Execution of a command
- COMMANDS_ONLY - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
The player will only see everything except messages marked as chat.
- CommandSender - Interface in net.md_5.bungee.api
- completeIntent(Plugin) - Method in class net.md_5.bungee.api.event.AsyncEvent
-
Notifies this event that this plugin has completed an intent and wishes to let the event proceed once all intents have been completed.
- ConfigurationAdapter - Interface in net.md_5.bungee.api.config
-
This class allows plugins to set their own configuration adapter to load settings from a different place.
- connect(ServerInfo) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully closing the current one.
- connect(ServerInfo, Callback<Boolean>) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully closing the current one.
- connect(ServerInfo, Callback<Boolean>, ServerConnectEvent.Reason) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully closing the current one.
- connect(ServerInfo, ServerConnectEvent.Reason) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully closing the current one.
- connect(ServerConnectRequest) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully closing the current one.
- CONNECTED - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.State
- ConnectedPlayer - Interface in net.md_5.bungee.api.connection
-
Represents a player physically connected to the world hosted on this server.
- CONNECTING - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.State
- Connection - Interface in net.md_5.bungee.api.connection
-
A proxy connection is defined as a connection directly connected to a socket.
- Connection.Unsafe - Interface in net.md_5.bungee.api.connection
- constructServerInfo(String, InetSocketAddress, String, boolean) - Method in class net.md_5.bungee.api.ProxyServer
-
Factory method to construct an implementation specific server info instance.
- constructServerInfo(String, SocketAddress, String, boolean) - Method in class net.md_5.bungee.api.ProxyServer
-
Factory method to construct an implementation specific server info instance.
- create(BufferedImage) - Static method in class net.md_5.bungee.api.Favicon
-
Creates a favicon from an image.
- create(String) - Static method in class net.md_5.bungee.api.Favicon
-
Deprecated.Use #create(java.awt.image.BufferedImage) instead
- createTitle() - Method in class net.md_5.bungee.api.ProxyServer
-
Creates a new empty title configuration.
- csv(Iterable<?>) - Static method in class net.md_5.bungee.Util
D
- DEFAULT_PORT - Static variable in class net.md_5.bungee.Util
- detectPlugins(File) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Load all plugins from the specified folder.
- disconnect(String) - Method in interface net.md_5.bungee.api.connection.Connection
-
Deprecated.
- disconnect(BaseComponent) - Method in interface net.md_5.bungee.api.connection.Connection
-
Disconnects this end of the connection for the specified reason.
- disconnect(BaseComponent...) - Method in interface net.md_5.bungee.api.connection.Connection
-
Disconnects this end of the connection for the specified reason.
- dispatchCommand(CommandSender, String) - Method in class net.md_5.bungee.api.plugin.PluginManager
- dispatchCommand(CommandSender, String, List<String>) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Execute a command if it is registered, else return false.
- done(V, Throwable) - Method in interface net.md_5.bungee.api.Callback
-
Called when the result is done.
E
- enablePlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
- Event - Class in net.md_5.bungee.api.plugin
-
Dummy class which all callable events must extend.
- Event() - Constructor for class net.md_5.bungee.api.plugin.Event
- EVENT_CANCEL - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
ServerConnectEvent to the new server was canceled.
- exception(Throwable) - Static method in class net.md_5.bungee.Util
-
Constructs a pretty one line version of a
Throwable
. - exception(Throwable, boolean) - Static method in class net.md_5.bungee.Util
-
Constructs a pretty one line version of a
Throwable
. - execute(CommandSender, String[]) - Method in class net.md_5.bungee.api.plugin.Command
-
Execute this command with the specified sender and arguments.
F
- fadeIn(int) - Method in interface net.md_5.bungee.api.Title
-
Set the duration in ticks of the fade in effect of the title.
- fadeOut(int) - Method in interface net.md_5.bungee.api.Title
-
Set the duration in ticks of the fade out effect of the title.
- FAIL - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Connection failed, error can be accessed from callback method handle.
- Favicon - Class in net.md_5.bungee.api
-
Favicon shown in the server list.
- Favicon() - Constructor for class net.md_5.bungee.api.Favicon
- format(Iterable<?>, String) - Static method in class net.md_5.bungee.Util
-
Deprecated.use
String
join methods
G
- getAddr(String) - Static method in class net.md_5.bungee.Util
-
Method to transform human readable addresses into usable address objects.
- getAddress() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Deprecated.BungeeCord can connect via Unix domain sockets
- getAddress() - Method in interface net.md_5.bungee.api.connection.Connection
-
Deprecated.BungeeCord can accept connections via Unix domain sockets
- getBoolean(String, boolean) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets a boolean from the specified path.
- getCancelReason() - Method in class net.md_5.bungee.api.event.LoginEvent
-
Deprecated.use component methods instead
- getCancelReason() - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Deprecated.use component methods instead
- getCancelReasonComponents() - Method in class net.md_5.bungee.api.event.LoginEvent
-
Deprecated.use single component methods instead
- getCancelReasonComponents() - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Deprecated.use single component methods instead
- getChannels() - Method in class net.md_5.bungee.api.ProxyServer
-
Get an immutable set of all registered plugin channels.
- getChatMode() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's chat mode.
- getCommands() - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Get an unmodifiable collection of all registered commands.
- getConfig() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets BungeeCord's core config.
- getConfigurationAdapter() - Method in class net.md_5.bungee.api.ProxyServer
-
Returns the currently in use configuration adapter.
- getConsole() - Method in class net.md_5.bungee.api.ProxyServer
-
Returns the console overlord for this proxy.
- getDataFolder() - Method in class net.md_5.bungee.api.plugin.Plugin
-
Gets the data folder where this plugin may store arbitrary data.
- getDefaultServer() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Deprecated.replaced by
ListenerInfo.serverPriority
- getDescription() - Method in class net.md_5.bungee.api.ServerPing
-
Deprecated.
- getDescriptionComponent() - Method in class net.md_5.bungee.api.ServerPing
- getDisabledCommands() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.A collection of disabled commands.
- getDisabledCommands() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the commands which are disabled and will not be run on this proxy.
- getDisplayName() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's display name.
- getExecutorService() - Method in class net.md_5.bungee.api.plugin.Plugin
-
Deprecated.
- getExecutorService(Plugin) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler.Unsafe
-
An executor service which underlies this scheduler.
- getFallbackServer() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Deprecated.replaced by
ListenerInfo.serverPriority
- getFavicon() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Use #getFaviconObject instead.
- getFavicon() - Method in class net.md_5.bungee.api.ServerPing
-
Deprecated.
- getFaviconObject() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.The favicon used for the server ping list.
- getFaviconObject() - Method in class net.md_5.bungee.api.ServerPing
- getFaviconTypeAdapter() - Static method in class net.md_5.bungee.api.Favicon
- getForcedHost(PendingConnection) - Static method in class net.md_5.bungee.api.AbstractReconnectHandler
- getGameVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Deprecated.
- getGroups() - Method in interface net.md_5.bungee.api.CommandSender
-
Get all groups this user is part of.
- getGroups(String) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get all groups this player is in.
- getHost() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Deprecated.BungeeCord can listen via Unix domain sockets
- getId() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
-
Gets the unique ID of this task.
- getId() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
- getInfo() - Method in interface net.md_5.bungee.api.connection.Server
-
Returns the basic information about this server.
- getInt(String, int) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets an integer from the specified path.
- getKickReason() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.use component methods instead
- getKickReasonComponent() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.use single component methods instead
- getList(String, Collection<?>) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get a list from the specified path.
- getListener() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get the listener that accepted this connection.
- getListeners() - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get information about all hosts to bind the proxy to.
- getListeners() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Set of all listeners.
- getLocale() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's locale.
- getLogger() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the main logger which can be used as a suitable replacement for
System.out
andSystem.err
. - getMainHand() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's main hand setting.
- getModList() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's Forge Mod List, if the player has sent this information during the lifetime of their connection to Bungee.
- getMotd() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Returns the MOTD which should be used when this server is a forced host.
- getName() - Method in interface net.md_5.bungee.api.CommandSender
-
Get the unique name of this command sender.
- getName() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Get the name of this server.
- getName() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get the requested username.
- getName() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the name of the currently running proxy software.
- getObjective(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- getObjectives() - Method in class net.md_5.bungee.api.score.Scoreboard
- getOnlineCount() - Method in class net.md_5.bungee.api.ProxyServer
-
Get the current number of connected users.
- getOwner() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
-
Return the plugin which scheduled this task for execution.
- getPendingConnection() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Get the pending connection that belongs to this player.
- getPermission() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Get the permission required to access this server.
- getPermissions() - Method in interface net.md_5.bungee.api.CommandSender
-
Get all Permissions which this CommandSender has
- getPermissions(String) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get all permission corresponding to the specified group.
- getPing() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets the ping time between the proxy and this connection.
- getPlayer(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets a connected player via their unique username.
- getPlayer(UUID) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets a connected player via their UUID
- getPlayerLimit() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Returns the player max.
- getPlayers() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Get the set of all players on this server.
- getPlayers() - Method in class net.md_5.bungee.api.ProxyServer
-
Return all players currently connected.
- getPlayers() - Method in class net.md_5.bungee.api.score.Team
- getPlugin(String) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Returns a loaded plugin identified by the specified name.
- getPluginManager() - Method in class net.md_5.bungee.api.ProxyServer
-
Get the
PluginManager
associated with loading plugins and dispatching events. - getPlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Returns the
Plugin
objects corresponding to all loaded plugins. - getPluginsFolder() - Method in class net.md_5.bungee.api.ProxyServer
-
Return the folder used to load plugins from.
- getProtocolVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Deprecated.
- getReconnectHandler() - Method in class net.md_5.bungee.api.ProxyServer
-
Get the currently in use reconnect handler.
- getReconnectServer() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Get the server which this player will be sent to next time the log in.
- getRemotePingCache() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Time in milliseconds to cache server list info from a ping request from the proxy to a server.
- getRemotePingTimeout() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Time in milliseconds before timing out a ping request from the proxy to a server when attempting to request server list info.
- getResourceAsStream(String) - Method in class net.md_5.bungee.api.plugin.Plugin
-
Get a resource from within this plugins jar or container.
- getScheduler() - Method in class net.md_5.bungee.api.ProxyServer
-
Get the scheduler instance for this proxy.
- getScore(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- getScoreboard() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Deprecated.for internal use only, setters will not have the expected effect, will not update client state, and may corrupt proxy state
- getScores() - Method in class net.md_5.bungee.api.score.Scoreboard
- getServer() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets the server this player is connected to.
- getServer(ProxiedPlayer) - Method in class net.md_5.bungee.api.AbstractReconnectHandler
- getServer(ProxiedPlayer) - Method in interface net.md_5.bungee.api.ReconnectHandler
-
Gets the initial server name for a connecting player.
- getServerConnectTimeout() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Time in milliseconds before timing out a clients request to connect to a server.
- getServerInfo(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the server info of a server.
- getServers() - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get the configuration all servers which may be accessible via the proxy.
- getServers() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Set of all servers.
- getServers() - Method in class net.md_5.bungee.api.ProxyServer
-
Return all servers registered to this proxy, keyed by name.
- getSkinParts() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's skin settings.
- getSocketAddress() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Gets the connectable address for this server.
- getSocketAddress() - Method in interface net.md_5.bungee.api.connection.Connection
-
Gets the remote address of this connection.
- getStoredServer(ProxiedPlayer) - Method in class net.md_5.bungee.api.AbstractReconnectHandler
- getString(String, String) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets a string from the specified path.
- getTask() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
-
Get the actual method which will be executed by this task.
- getTeam(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- getTeams() - Method in class net.md_5.bungee.api.score.Scoreboard
- getThrottle() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.
- getTimeout() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Time before users are disconnected due to no network activity.
- getTranslation(String, Object...) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets a localized string from the .properties file.
- getUniqueId() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get this connection's UUID, if set.
- getUniqueId() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Get this connection's UUID, if set.
- getUuid() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.UUID used for metrics.
- getUUID() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Deprecated.In favour of
PendingConnection.getUniqueId()
- getUUID() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Deprecated.In favour of
ProxiedPlayer.getUniqueId()
- getUUID(String) - Static method in class net.md_5.bungee.Util
-
Converts a String to a UUID
- getVersion() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get the numerical client version of the player attempting to log in.
- getVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the version of the currently running proxy software.
- getViewDistance() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's view distance.
- getVirtualHost() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get the requested virtual host that the client tried to connect to.
- GroupedThreadFactory - Class in net.md_5.bungee.api.scheduler
-
Deprecated.
- GroupedThreadFactory(Plugin, String) - Constructor for class net.md_5.bungee.api.scheduler.GroupedThreadFactory
-
Deprecated.
- GroupedThreadFactory.BungeeGroup - Class in net.md_5.bungee.api.scheduler
-
Deprecated.
H
- hasCape() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasChatColors() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets if this player has chat colors enabled or disabled.
- hasHat() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasJacket() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasLeftPants() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasLeftSleeve() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasPermission() - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
- hasPermission(String) - Method in interface net.md_5.bungee.api.CommandSender
-
Checks if this user has the specified permission node.
- hasPermission(CommandSender) - Method in class net.md_5.bungee.api.plugin.Command
-
Check if this command can be executed by the given sender.
- hasRightPants() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hasRightSleeve() - Method in interface net.md_5.bungee.api.SkinConfiguration
- hex(int) - Static method in class net.md_5.bungee.Util
-
Formats an integer as a hex value.
- HIDDEN - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
The chat is completely disabled, the player won't see anything.
I
- isCancelled() - Method in interface net.md_5.bungee.api.plugin.Cancellable
-
Get whether or not this event is cancelled.
- isCommand() - Method in class net.md_5.bungee.api.event.ChatEvent
-
Checks whether this message is valid as a command
- isConnected() - Method in interface net.md_5.bungee.api.connection.Connection
-
Gets whether this connection is currently open, ie: not disconnected, and able to send / receive data.
- isExecutableCommand(String, CommandSender) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Checks if the command is registered and can possibly be executed by the sender (without taking permissions into account).
- isForgeUser() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets whether this player is using a FML client.
- isIpForward() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.
- isLegacy() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Check if the client is using the older unsupported Minecraft protocol used by Minecraft clients older than 1.7.
- isLogCommands() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Whether proxy commands are logged to the proxy log.
- isOnlineMode() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get this connection's online mode.
- isOnlineMode() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.Does the server authenticate with Mojang.
- isProxyCommand() - Method in class net.md_5.bungee.api.event.ChatEvent
-
Checks whether this message is run on this proxy server.
- isRestricted() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Whether this server is restricted and therefore only players with the given permission can access it.
- isTransferred() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Gets if this connection has been transferred from another server.
J
- JOIN_PROXY - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Initial proxy connect.
K
- KICK_REDIRECT - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Redirecting to another server when kicked from original server.
L
- LEFT - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.MainHand
- LIST - Enum constant in enum net.md_5.bungee.api.score.Position
- Listener - Interface in net.md_5.bungee.api.plugin
-
Dummy interface which all event subscribers and listeners must implement.
- ListenerInfo - Class in net.md_5.bungee.api.config
-
Class representing the configuration of a server listener.
- ListenerInfo(InetSocketAddress, String, int, int, List<String>, boolean, Map<String, String>, String, boolean, boolean, int, boolean) - Constructor for class net.md_5.bungee.api.config.ListenerInfo
-
Deprecated.
- load() - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Reload all the possible values, and if necessary cache them for individual getting.
- loadPlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
- LOBBY_FALLBACK - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Redirection to lobby server due to being unable to connect to original server
- log(LogRecord) - Method in class net.md_5.bungee.api.plugin.PluginLogger
- LoginEvent - Class in net.md_5.bungee.api.event
-
Event called to represent a player logging in.
- LoginEvent(PendingConnection, Callback<LoginEvent>) - Constructor for class net.md_5.bungee.api.event.LoginEvent
M
- matchPlayer(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Attempts to match any players with the given name, and returns a list of all possible matches.
- ModInfo() - Constructor for class net.md_5.bungee.api.ServerPing.ModInfo
- ModItem() - Constructor for class net.md_5.bungee.api.ServerPing.ModItem
N
- net.md_5.bungee - package net.md_5.bungee
- net.md_5.bungee.api - package net.md_5.bungee.api
- net.md_5.bungee.api.config - package net.md_5.bungee.api.config
- net.md_5.bungee.api.connection - package net.md_5.bungee.api.connection
- net.md_5.bungee.api.event - package net.md_5.bungee.api.event
- net.md_5.bungee.api.plugin - package net.md_5.bungee.api.plugin
- net.md_5.bungee.api.scheduler - package net.md_5.bungee.api.scheduler
- net.md_5.bungee.api.score - package net.md_5.bungee.api.score
- net.md_5.bungee.command - package net.md_5.bungee.command
- net.md_5.bungee.util - package net.md_5.bungee.util
- newThread(Runnable) - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
-
Deprecated.
O
- Objective - Class in net.md_5.bungee.api.score
-
Represents an objective entry.
- Objective() - Constructor for class net.md_5.bungee.api.score.Objective
- onDisable() - Method in class net.md_5.bungee.api.plugin.Plugin
-
Called when this plugin is disabled.
- onEnable() - Method in class net.md_5.bungee.api.plugin.Plugin
-
Called when this plugin is enabled.
- onLoad() - Method in class net.md_5.bungee.api.plugin.Plugin
-
Called when the plugin has just been loaded.
- onTabComplete(CommandSender, String[]) - Method in interface net.md_5.bungee.api.plugin.TabExecutor
- onTabComplete(CommandSender, String[]) - Method in class net.md_5.bungee.command.PlayerCommand
-
Deprecated.
P
- PendingConnection - Interface in net.md_5.bungee.api.connection
-
Represents a user attempting to log into the proxy.
- PermissionCheckEvent - Class in net.md_5.bungee.api.event
-
Called when the permission of a CommandSender is checked.
- PermissionCheckEvent() - Constructor for class net.md_5.bungee.api.event.PermissionCheckEvent
- ping(Callback<ServerPing>) - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Asynchronously gets the current player count on this server.
- PlayerCommand - Class in net.md_5.bungee.command
-
Deprecated.internal use only
- PlayerCommand(String) - Constructor for class net.md_5.bungee.command.PlayerCommand
-
Deprecated.
- PlayerCommand(String, String, String...) - Constructor for class net.md_5.bungee.command.PlayerCommand
-
Deprecated.
- PlayerDisconnectEvent - Class in net.md_5.bungee.api.event
-
Called when a player has left the proxy, it is not safe to call any methods that perform an action on the passed player instance.
- PlayerDisconnectEvent() - Constructor for class net.md_5.bungee.api.event.PlayerDisconnectEvent
- PlayerHandshakeEvent - Class in net.md_5.bungee.api.event
-
Event called to represent a player first making their presence and username known.
- PlayerHandshakeEvent(PendingConnection, Handshake) - Constructor for class net.md_5.bungee.api.event.PlayerHandshakeEvent
- PlayerInfo(String, String) - Constructor for class net.md_5.bungee.api.ServerPing.PlayerInfo
- Players() - Constructor for class net.md_5.bungee.api.ServerPing.Players
- Plugin - Class in net.md_5.bungee.api.plugin
-
Represents any Plugin that may be loaded at runtime to enhance existing functionality.
- Plugin() - Constructor for class net.md_5.bungee.api.plugin.Plugin
- Plugin(ProxyServer, PluginDescription) - Constructor for class net.md_5.bungee.api.plugin.Plugin
- PLUGIN - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Plugin initiated connect.
- PLUGIN_MESSAGE - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Plugin message request.
- PluginDescription - Class in net.md_5.bungee.api.plugin
-
POJO representing the plugin.yml file.
- PluginDescription() - Constructor for class net.md_5.bungee.api.plugin.PluginDescription
- PluginLogger - Class in net.md_5.bungee.api.plugin
- PluginLogger(Plugin) - Constructor for class net.md_5.bungee.api.plugin.PluginLogger
- PluginManager - Class in net.md_5.bungee.api.plugin
-
Class to manage bridging between plugin duties and implementation duties, for example event handling and plugin management.
- PluginManager(ProxyServer) - Constructor for class net.md_5.bungee.api.plugin.PluginManager
- PluginMessageEvent - Class in net.md_5.bungee.api.event
-
Event called when a plugin message is sent to the client or server.
- PluginMessageEvent(Connection, Connection, String, byte[]) - Constructor for class net.md_5.bungee.api.event.PluginMessageEvent
- Position - Enum in net.md_5.bungee.api.score
-
Represents locations for a scoreboard to be displayed.
- postCall() - Method in class net.md_5.bungee.api.event.AsyncEvent
- postCall() - Method in class net.md_5.bungee.api.plugin.Event
-
Method called after this event has been dispatched to all handlers.
- PostLoginEvent - Class in net.md_5.bungee.api.event
-
Event called as soon as a connection has a
ProxiedPlayer
and is ready to be connected to a server. - PostLoginEvent(ProxiedPlayer, ServerInfo, Callback<PostLoginEvent>) - Constructor for class net.md_5.bungee.api.event.PostLoginEvent
- PreLoginEvent - Class in net.md_5.bungee.api.event
-
Event called to represent a player first making their presence and username known.
- PreLoginEvent(PendingConnection, Callback<PreLoginEvent>) - Constructor for class net.md_5.bungee.api.event.PreLoginEvent
- Protocol() - Constructor for class net.md_5.bungee.api.ServerPing.Protocol
- ProxiedPlayer - Interface in net.md_5.bungee.api.connection
-
Represents a player whose connection is being connected to somewhere else, whether it be a remote or embedded server.
- ProxiedPlayer.ChatMode - Enum in net.md_5.bungee.api.connection
-
Represents the player's chat state.
- ProxiedPlayer.MainHand - Enum in net.md_5.bungee.api.connection
- ProxyConfig - Interface in net.md_5.bungee.api
-
Deprecated.This class is subject to rapid change between releases
- ProxyPingEvent - Class in net.md_5.bungee.api.event
-
Called when the proxy is queried for status from the server list.
- ProxyPingEvent(PendingConnection, ServerPing, Callback<ProxyPingEvent>) - Constructor for class net.md_5.bungee.api.event.ProxyPingEvent
- ProxyReloadEvent - Class in net.md_5.bungee.api.event
-
Called when somebody reloads BungeeCord
- ProxyReloadEvent() - Constructor for class net.md_5.bungee.api.event.ProxyReloadEvent
- ProxyServer - Class in net.md_5.bungee.api
- ProxyServer() - Constructor for class net.md_5.bungee.api.ProxyServer
R
- ReconnectHandler - Interface in net.md_5.bungee.api
- registerChannel(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Register a channel for use with plugin messages.
- registerCommand(Plugin, Command) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Register a command so that it may be executed.
- registerIntent(Plugin) - Method in class net.md_5.bungee.api.event.AsyncEvent
-
Register an intent that this plugin will continue to perform work on a background task, and wishes to let the event proceed once the registered background task has completed.
- registerListener(Plugin, Listener) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Register a
Listener
for receiving called events. - removeGroups(String...) - Method in interface net.md_5.bungee.api.CommandSender
-
Remove groups from this user for the current session only.
- removeObjective(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- removePlayer(String) - Method in class net.md_5.bungee.api.score.Team
- removeScore(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- removeTeam(String) - Method in class net.md_5.bungee.api.score.Scoreboard
- reset() - Method in interface net.md_5.bungee.api.Title
-
Remove the currently displayed title from the player's screen and set the configuration back to the default values.
- resetTabHeader() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Clears the header and footer displayed in the tab player list.
- retrieveCookie(String) - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Retrieves a cookie from this pending connection.
- retrieveCookie(String) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Retrieves a cookie from this player.
- RIGHT - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.MainHand
- runAsync(Plugin, Runnable) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Schedule a task to be executed asynchronously.
S
- save() - Method in interface net.md_5.bungee.api.ReconnectHandler
-
Save all pending reconnect locations.
- schedule(Plugin, Runnable, long, long, TimeUnit) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Schedules a task to be executed asynchronously after the specified delay is up.
- schedule(Plugin, Runnable, long, TimeUnit) - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Schedules a task to be executed asynchronously after the specified delay is up.
- ScheduledTask - Interface in net.md_5.bungee.api.scheduler
-
Represents a task scheduled for execution by the
TaskScheduler
. - Score - Class in net.md_5.bungee.api.score
-
Represents a scoreboard score entry.
- Score() - Constructor for class net.md_5.bungee.api.score.Score
- Scoreboard - Class in net.md_5.bungee.api.score
- Scoreboard() - Constructor for class net.md_5.bungee.api.score.Scoreboard
- send(ProxiedPlayer) - Method in interface net.md_5.bungee.api.Title
-
Send this title configuration to the specified player.
- sendData(String, byte[]) - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Send data by any available means to this server.
- sendData(String, byte[]) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a plugin message to this player.
- sendData(String, byte[]) - Method in interface net.md_5.bungee.api.connection.Server
-
Send data by any available means to this server.
- sendData(String, byte[], boolean) - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Send data by any available means to this server.
- sendMessage(String) - Method in interface net.md_5.bungee.api.CommandSender
-
Deprecated.
- sendMessage(UUID, BaseComponent) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a message to this player.
- sendMessage(UUID, BaseComponent...) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a message to this player.
- sendMessage(BaseComponent) - Method in interface net.md_5.bungee.api.CommandSender
-
Send a message to this sender.
- sendMessage(BaseComponent...) - Method in interface net.md_5.bungee.api.CommandSender
-
Send a message to this sender.
- sendMessage(ChatMessageType, BaseComponent) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a message to the specified screen position of this player.
- sendMessage(ChatMessageType, BaseComponent...) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a message to the specified screen position of this player.
- sendMessages(String...) - Method in interface net.md_5.bungee.api.CommandSender
-
Deprecated.
- sendPacket(DefinedPacket) - Method in interface net.md_5.bungee.api.connection.Connection.Unsafe
-
Send a packet to this connection.
- sendTitle(Title) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Sends a
Title
to this player. - Server - Interface in net.md_5.bungee.api.connection
-
Represents a destination which this proxy might connect to.
- SERVER_DOWN_REDIRECT - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Redirecting to another server when client loses connection to server due to an exception.
- ServerConnectedEvent - Class in net.md_5.bungee.api.event
-
Not to be confused with
ServerConnectEvent
, this event is called once a connection to a server is fully operational, and is about to hand over control of the session to the player. - ServerConnectedEvent() - Constructor for class net.md_5.bungee.api.event.ServerConnectedEvent
- ServerConnectEvent - Class in net.md_5.bungee.api.event
-
Called when deciding to connect to a server.
- ServerConnectEvent(ProxiedPlayer, ServerInfo) - Constructor for class net.md_5.bungee.api.event.ServerConnectEvent
-
Deprecated.
- ServerConnectEvent(ProxiedPlayer, ServerInfo, ServerConnectEvent.Reason) - Constructor for class net.md_5.bungee.api.event.ServerConnectEvent
-
Deprecated.
- ServerConnectEvent(ProxiedPlayer, ServerInfo, ServerConnectEvent.Reason, ServerConnectRequest) - Constructor for class net.md_5.bungee.api.event.ServerConnectEvent
- ServerConnectEvent.Reason - Enum in net.md_5.bungee.api.event
- ServerConnectRequest - Class in net.md_5.bungee.api
-
A request to connect a server.
- ServerConnectRequest() - Constructor for class net.md_5.bungee.api.ServerConnectRequest
- ServerConnectRequest.Builder - Class in net.md_5.bungee.api
-
Class that sets default properties/adds methods to the lombok builder generated class.
- ServerConnectRequest.Result - Enum in net.md_5.bungee.api
-
The result from this callback after request has been executed by proxy.
- ServerDisconnectEvent - Class in net.md_5.bungee.api.event
-
Called when the player is disconnected from a server, for example during server switching.
- ServerDisconnectEvent() - Constructor for class net.md_5.bungee.api.event.ServerDisconnectEvent
- ServerInfo - Interface in net.md_5.bungee.api.config
-
Class used to represent a server to connect to.
- ServerKickEvent - Class in net.md_5.bungee.api.event
-
Represents a player getting kicked from a server.
- ServerKickEvent(ProxiedPlayer, BaseComponent[], ServerInfo) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.
- ServerKickEvent(ProxiedPlayer, BaseComponent[], ServerInfo, ServerKickEvent.State) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.
- ServerKickEvent(ProxiedPlayer, ServerInfo, BaseComponent[], ServerInfo, ServerKickEvent.State) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.
- ServerKickEvent(ProxiedPlayer, ServerInfo, BaseComponent, ServerInfo, ServerKickEvent.State) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
- ServerKickEvent.State - Enum in net.md_5.bungee.api.event
- ServerPing - Class in net.md_5.bungee.api
-
Represents the standard list data returned by opening a server in the Minecraft client server list, or hitting it with a packet 0xFE.
- ServerPing(ServerPing.Protocol, ServerPing.Players, String, String) - Constructor for class net.md_5.bungee.api.ServerPing
-
Deprecated.
- ServerPing(ServerPing.Protocol, ServerPing.Players, String, Favicon) - Constructor for class net.md_5.bungee.api.ServerPing
-
Deprecated.
- ServerPing.ModInfo - Class in net.md_5.bungee.api
- ServerPing.ModItem - Class in net.md_5.bungee.api
- ServerPing.PlayerInfo - Class in net.md_5.bungee.api
- ServerPing.Players - Class in net.md_5.bungee.api
- ServerPing.Protocol - Class in net.md_5.bungee.api
- ServerSwitchEvent - Class in net.md_5.bungee.api.event
-
Called when a player has changed servers.
- ServerSwitchEvent() - Constructor for class net.md_5.bungee.api.event.ServerSwitchEvent
- setCancelled(boolean) - Method in interface net.md_5.bungee.api.plugin.Cancellable
-
Sets the cancelled state of this event.
- setCancelReason(String) - Method in class net.md_5.bungee.api.event.LoginEvent
-
Deprecated.use component methods instead
- setCancelReason(String) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Deprecated.Use component methods instead
- setCancelReason(BaseComponent...) - Method in class net.md_5.bungee.api.event.LoginEvent
-
Deprecated.use single component methods instead
- setCancelReason(BaseComponent...) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Deprecated.use single component methods instead
- setConfigurationAdapter(ConfigurationAdapter) - Method in class net.md_5.bungee.api.ProxyServer
-
Set the configuration adapter to be used.
- setDescription(String) - Method in class net.md_5.bungee.api.ServerPing
-
Deprecated.
- setDescriptionComponent(BaseComponent) - Method in class net.md_5.bungee.api.ServerPing
- setDisplayName(String) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Sets this player's display name to be used by proxy commands and plugins.
- setFavicon(String) - Method in class net.md_5.bungee.api.ServerPing
-
Deprecated.
- setFavicon(Favicon) - Method in class net.md_5.bungee.api.ServerPing
- setId(String) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
- setInstance(ProxyServer) - Static method in class net.md_5.bungee.api.ProxyServer
-
Sets the proxy instance.
- setKickReason(String) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.use component methods instead
- setKickReasonComponent(BaseComponent[]) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.use single component methods instead
- setOnlineMode(boolean) - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Set this connection's online mode.
- setPermission(String, boolean) - Method in interface net.md_5.bungee.api.CommandSender
-
Set a permission node for this user.
- setReconnectHandler(ReconnectHandler) - Method in class net.md_5.bungee.api.ProxyServer
-
Sets the reconnect handler to be used for subsequent connections.
- setReconnectServer(ServerInfo) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Set the server which this player will be sent to next time the log in.
- setServer(ProxiedPlayer) - Method in interface net.md_5.bungee.api.ReconnectHandler
-
Save the server of this player before they disconnect so it can be retrieved later.
- setTabHeader(BaseComponent[], BaseComponent[]) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Set the header and footer displayed in the tab player list.
- setTabHeader(BaseComponent, BaseComponent) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Set the header and footer displayed in the tab player list.
- SettingsChangedEvent - Class in net.md_5.bungee.api.event
-
Called after a
ProxiedPlayer
changed one or more of the following (client-side) settings: View distance Locale Displayed skin parts Chat visibility Chat colors Main hand side (left or right) - SettingsChangedEvent() - Constructor for class net.md_5.bungee.api.event.SettingsChangedEvent
- setUniqueId(UUID) - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Set the connection's uuid
- SHOWN - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
The player will see all chat.
- SIDEBAR - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_AQUA - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_BLACK - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_BLUE - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_AQUA - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_BLUE - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_GRAY - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_GREEN - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_PURPLE - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_DARK_RED - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_GOLD - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_GRAY - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_GREEN - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_LIGHT_PURPLE - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_RED - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_WHITE - Enum constant in enum net.md_5.bungee.api.score.Position
- SIDEBAR_YELLOW - Enum constant in enum net.md_5.bungee.api.score.Position
- SkinConfiguration - Interface in net.md_5.bungee.api
-
Represents a player's skin settings.
- stay(int) - Method in interface net.md_5.bungee.api.Title
-
Set the duration in ticks how long the title should stay on the screen.
- stop() - Method in class net.md_5.bungee.api.ProxyServer
-
Gracefully mark this instance for shutdown.
- stop(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Gracefully mark this instance for shutdown.
- storeCookie(String, byte[]) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Stores a cookie in this player's client.
- subTitle(BaseComponent) - Method in interface net.md_5.bungee.api.Title
-
Set the subtitle to send to the player.
- subTitle(BaseComponent...) - Method in interface net.md_5.bungee.api.Title
-
Set the subtitle to send to the player.
- SUCCESS - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Successfully connected to server.
T
- TabCompleteEvent - Class in net.md_5.bungee.api.event
-
Event called when a player uses tab completion.
- TabCompleteEvent(Connection, Connection, String, List<String>) - Constructor for class net.md_5.bungee.api.event.TabCompleteEvent
- TabCompleteResponseEvent - Class in net.md_5.bungee.api.event
-
Event called when a backend server sends a response to a player asking to tab-complete a chat message or command.
- TabCompleteResponseEvent(Connection, Connection, List<String>) - Constructor for class net.md_5.bungee.api.event.TabCompleteResponseEvent
- TabExecutor - Interface in net.md_5.bungee.api.plugin
- TargetedEvent - Class in net.md_5.bungee.api.event
-
An event which occurs in the communication between two nodes.
- TargetedEvent() - Constructor for class net.md_5.bungee.api.event.TargetedEvent
- TaskScheduler - Interface in net.md_5.bungee.api.scheduler
-
This interface represents a scheduler which may be used to queue, delay and execute tasks in an asynchronous fashion.
- TaskScheduler.Unsafe - Interface in net.md_5.bungee.api.scheduler
- Team - Class in net.md_5.bungee.api.score
- Team() - Constructor for class net.md_5.bungee.api.score.Team
- title(BaseComponent) - Method in interface net.md_5.bungee.api.Title
-
Set the title to send to the player.
- title(BaseComponent...) - Method in interface net.md_5.bungee.api.Title
-
Set the title to send to the player.
- Title - Interface in net.md_5.bungee.api
-
Represents a configuration of a title.
- transfer(String, int) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Requests this player to connect to a different server specified by host and port.
U
- unicode(char) - Static method in class net.md_5.bungee.Util
-
Formats an char as a unicode value.
- UNKNOWN - Enum constant in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Unknown cause.
- UNKNOWN - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.State
- unregisterChannel(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Unregister a previously registered channel.
- unregisterCommand(Command) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Unregister a command so it will no longer be executed.
- unregisterCommands(Plugin) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Unregister all commands owned by a
Plugin
- unregisterListener(Listener) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Unregister a
Listener
so that the events do not reach it anymore. - unregisterListeners(Plugin) - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Unregister all of a Plugin's listener.
- unsafe() - Method in interface net.md_5.bungee.api.connection.Connection
-
Get the unsafe methods of this class.
- unsafe() - Method in interface net.md_5.bungee.api.scheduler.TaskScheduler
-
Get the unsafe methods of this class.
- Util - Class in net.md_5.bungee
-
Series of utility classes to perform various operations.
- Util() - Constructor for class net.md_5.bungee.Util
V
- valueOf(String) - Static method in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.connection.ProxiedPlayer.MainHand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.event.ServerKickEvent.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.score.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.connection.ProxiedPlayer.MainHand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.event.ServerConnectEvent.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.event.ServerKickEvent.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.score.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.ServerConnectRequest.Result
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form