- Callback<V> - Interface in net.md_5.bungee.api
-
Represents a method which may be called once a result has been computed
asynchronously.
- callback(Callback<ServerConnectRequest.Result>) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
-
Callback to execute post request.
- 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(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.
- 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.
- Cancellable - Interface in net.md_5.bungee.api.plugin
-
Events that implement this indicate that they may be cancelled and thus
prevented from happening.
- canEqual(Object) - Method in class net.md_5.bungee.api.config.ListenerInfo
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.AsyncEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ChatEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ClientConnectEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.LoginEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PlayerDisconnectEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PluginMessageEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PostLoginEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ProxyPingEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ProxyReloadEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.SettingsChangedEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.TabCompleteEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.event.TargetedEvent
-
- canEqual(Object) - Method in class net.md_5.bungee.api.plugin.Command
-
- canEqual(Object) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
- canEqual(Object) - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
-
Deprecated.
- canEqual(Object) - Method in class net.md_5.bungee.api.score.Objective
-
- canEqual(Object) - Method in class net.md_5.bungee.api.score.Score
-
- canEqual(Object) - Method in class net.md_5.bungee.api.score.Scoreboard
-
- canEqual(Object) - Method in class net.md_5.bungee.api.score.Team
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing.ModInfo
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing.ModItem
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing.Players
-
- canEqual(Object) - Method in class net.md_5.bungee.api.ServerPing.Protocol
-
- 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(SocketAddress, ListenerInfo) - 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
-
- 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.
- 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, 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, 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(ServerConnectRequest) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Connects / transfers this user to the specified connection, gracefully
closing the current one.
- ConnectedPlayer - Interface in net.md_5.bungee.api.connection
-
Represents a player physically connected to the world hosted on this server.
- 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
-
- connectTimeout(int) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
-
Timeout in milliseconds for request.
- 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
-
- 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
-
- 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
-
- getAddress() - Method in interface net.md_5.bungee.api.connection.Connection
-
- getAliases() - Method in class net.md_5.bungee.api.plugin.Command
-
- getAuthor() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin author.
- getBoolean(String, boolean) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets a boolean from the specified path.
- getCallback() - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Callback to execute post request.
- getCancelReason() - Method in class net.md_5.bungee.api.event.LoginEvent
-
- getCancelReason() - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
- getCancelReasonComponents() - Method in class net.md_5.bungee.api.event.LoginEvent
-
Message to use when kicking if this event is canceled.
- getCancelReasonComponents() - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Message to use when kicking if this event is canceled.
- getCancelServer() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Server to send player to if this event is cancelled.
- 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.
- getCollisionRule() - Method in class net.md_5.bungee.api.score.Team
-
- getColor() - Method in class net.md_5.bungee.api.score.Team
-
- 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.
- getConnection() - Method in class net.md_5.bungee.api.event.LoginEvent
-
Connection attempting to login.
- getConnection() - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
-
Connection attempting to login.
- getConnection() - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Connection attempting to login.
- getConnection() - Method in class net.md_5.bungee.api.event.ProxyPingEvent
-
The connection asking for a ping response.
- getConnectTimeout() - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Timeout in milliseconds for request.
- getConsole() - Method in class net.md_5.bungee.api.ProxyServer
-
Returns the console overlord for this proxy.
- getCursor() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
-
The message the player has already entered.
- getData() - Method in class net.md_5.bungee.api.event.PluginMessageEvent
-
Data contained in this plugin message.
- 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
-
- getDepends() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin hard dependencies.
- getDescription() - Method in class net.md_5.bungee.api.plugin.Plugin
-
- getDescription() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Optional description.
- 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.
- getDisplayName() - Method in class net.md_5.bungee.api.score.Team
-
- getEncoded() - Method in class net.md_5.bungee.api.Favicon
-
The base64 encoded favicon, including MIME header.
- 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
-
- getFavicon() - Method in interface net.md_5.bungee.api.ProxyConfig
-
- 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
-
- getFile() - Method in class net.md_5.bungee.api.plugin.Plugin
-
- getFile() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
File we were loaded from.
- getForcedHost(PendingConnection) - Static method in class net.md_5.bungee.api.AbstractReconnectHandler
-
- getForcedHosts() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
A list of host to server name mappings which will force a user to be
transferred depending on the host they connect to.
- getFriendlyFire() - Method in class net.md_5.bungee.api.score.Team
-
- getFrom() - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
-
Server the player is switch from.
- getGameVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Deprecated.
- getGroup() - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
-
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.
- getHandshake() - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
-
The handshake.
- getHost() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
- 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.
- getInstance() - Static method in class net.md_5.bungee.api.ProxyServer
-
- getInt(String, int) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets an integer from the specified path.
- getItemName() - Method in class net.md_5.bungee.api.score.Score
-
Name to be displayed in the list.
- getKickedFrom() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
- getKickReason() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Deprecated.
- getKickReasonComponent() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Kick reason.
- 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.
- getListener() - Method in class net.md_5.bungee.api.event.ClientConnectEvent
-
Listener that accepted the 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.plugin.Plugin
-
- getLogger() - Method in class net.md_5.bungee.api.ProxyServer
-
- getMain() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin main class.
- getMainHand() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets this player's main hand setting.
- getMax() - Method in class net.md_5.bungee.api.ServerPing.Players
-
- getMaxPlayers() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Max amount of slots displayed on the ping page.
- getMessage() - Method in class net.md_5.bungee.api.event.ChatEvent
-
Text contained in this chat.
- getModid() - Method in class net.md_5.bungee.api.ServerPing.ModItem
-
- getModinfo() - Method in class net.md_5.bungee.api.ServerPing
-
- 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.
- getModList() - Method in class net.md_5.bungee.api.ServerPing.ModInfo
-
- getMotd() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Displayed MOTD.
- 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.plugin.Command
-
- getName() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Friendly name of the plugin.
- getName() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the name of the currently running proxy software.
- getName() - Method in class net.md_5.bungee.api.score.Objective
-
Name of the objective.
- getName() - Method in class net.md_5.bungee.api.score.Scoreboard
-
Unique name for this scoreboard.
- getName() - Method in class net.md_5.bungee.api.score.Team
-
- getName() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
-
- getName() - Method in class net.md_5.bungee.api.ServerPing.Protocol
-
- getNameTagVisibility() - Method in class net.md_5.bungee.api.score.Team
-
- getObjective(String) - Method in class net.md_5.bungee.api.score.Scoreboard
-
- getObjectives() - Method in class net.md_5.bungee.api.score.Scoreboard
-
- getOnline() - Method in class net.md_5.bungee.api.ServerPing.Players
-
- 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.
- getPermission() - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
-
The permission to check.
- getPermission() - Method in class net.md_5.bungee.api.plugin.Command
-
- 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() - Method in class net.md_5.bungee.api.event.PlayerDisconnectEvent
-
Player disconnecting.
- getPlayer() - Method in class net.md_5.bungee.api.event.PostLoginEvent
-
The player involved with this event.
- getPlayer() - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
-
Player whom the server is for.
- getPlayer() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Player connecting to a new server.
- getPlayer() - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
-
Player disconnecting from a server.
- getPlayer() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Player being kicked.
- getPlayer() - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
-
Player whom the server is for.
- getPlayer() - Method in class net.md_5.bungee.api.event.SettingsChangedEvent
-
Player who changed the settings.
- 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
-
- getPlayers() - Method in class net.md_5.bungee.api.ServerPing
-
- 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.
- getPosition() - Method in class net.md_5.bungee.api.score.Scoreboard
-
Position of this scoreboard.
- getPrefix() - Method in class net.md_5.bungee.api.score.Team
-
- getProtocol() - Method in class net.md_5.bungee.api.ServerPing.Protocol
-
- getProtocolVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Deprecated.
- getProxy() - Method in class net.md_5.bungee.api.plugin.Plugin
-
- getQueryPort() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
What port to run udp query on.
- getReason() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Reason for connecting to a new server.
- getReason() - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Reason for connecting to server.
- getReceiver() - Method in class net.md_5.bungee.api.event.TargetedEvent
-
Receiver of the action.
- 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.
- getRequest() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Request used to connect to given server.
- getResourceAsStream(String) - Method in class net.md_5.bungee.api.plugin.Plugin
-
Get a resource from within this plugins jar or container.
- getResponse() - Method in class net.md_5.bungee.api.event.ProxyPingEvent
-
The data to respond with.
- getSample() - Method in class net.md_5.bungee.api.ServerPing.Players
-
- 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
-
- getScoreName() - Method in class net.md_5.bungee.api.score.Score
-
Unique name of the score.
- getScores() - Method in class net.md_5.bungee.api.score.Scoreboard
-
- getSender() - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
-
The command sender being checked for a permission.
- getSender() - Method in class net.md_5.bungee.api.event.ProxyReloadEvent
-
Creator of the action.
- getSender() - Method in class net.md_5.bungee.api.event.TargetedEvent
-
Creator of the action.
- getServer(ProxiedPlayer) - Method in class net.md_5.bungee.api.AbstractReconnectHandler
-
- getServer() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Gets the server this player is connected to.
- getServer() - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
-
The server itself.
- 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.
- getServerPriority() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
List of servers in order of join attempt.
- 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 class net.md_5.bungee.api.config.ListenerInfo
-
Host to bind to.
- 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.
- getSocketAddress() - Method in class net.md_5.bungee.api.event.ClientConnectEvent
-
Remote address of connection.
- getSoftDepends() - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin soft dependencies.
- getState() - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
State in which the kick occured.
- 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.
- getSuffix() - Method in class net.md_5.bungee.api.score.Team
-
- getSuggestions() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
-
The suggestions that will be sent to the client.
- getSuggestions() - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
-
Mutable list of suggestions sent back to the player.
- getTabListSize() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
Number of players to be shown on the tab list.
- getTabListType() - Method in class net.md_5.bungee.api.config.ListenerInfo
-
The type of tab list to use
- getTag() - Method in class net.md_5.bungee.api.event.PluginMessageEvent
-
Tag specified for this plugin message.
- getTarget() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Server the player will be connected to.
- getTarget() - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
-
Server the player is disconnecting from.
- getTarget() - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Target server to connect to.
- 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.
- getType() - Method in class net.md_5.bungee.api.score.Objective
-
Type; integer or hearts
- getType() - Method in class net.md_5.bungee.api.ServerPing.ModInfo
-
- 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.
- getUniqueId() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
-
- getUUID() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
- getUUID() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
- getUuid() - Method in interface net.md_5.bungee.api.ProxyConfig
-
Deprecated.
UUID used for metrics.
- getUUID(String) - Static method in class net.md_5.bungee.Util
-
Converts a String to a UUID
- getValue() - Method in class net.md_5.bungee.api.score.Objective
-
Value of the objective.
- getValue() - Method in class net.md_5.bungee.api.score.Score
-
Value of the score.
- 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.plugin.PluginDescription
-
Plugin version.
- getVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the version of the currently running proxy software.
- getVersion() - Method in class net.md_5.bungee.api.ServerPing
-
- getVersion() - Method in class net.md_5.bungee.api.ServerPing.ModItem
-
- 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.
- save() - Method in interface net.md_5.bungee.api.ReconnectHandler
-
Save all pending reconnect locations.
- 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.
- 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.
- ScheduledTask - Interface in net.md_5.bungee.api.scheduler
-
- Score - Class in net.md_5.bungee.api.score
-
Represents a scoreboard score entry.
- Score(String, String, int) - 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[], boolean) - 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.
- sendMessage(String) - Method in interface net.md_5.bungee.api.CommandSender
-
Deprecated.
- 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.
- 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(ProxiedPlayer, Server) - 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.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
-
- ServerDisconnectEvent(ProxiedPlayer, ServerInfo) - 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
-
- 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() - Constructor for class net.md_5.bungee.api.ServerPing
-
- ServerPing(ServerPing.Protocol, ServerPing.Players, BaseComponent, Favicon) - Constructor for class net.md_5.bungee.api.ServerPing
-
- 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(ProxiedPlayer, ServerInfo) - Constructor for class net.md_5.bungee.api.event.ServerSwitchEvent
-
- setAuthor(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin author.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.ChatEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.ClientConnectEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.LoginEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.PluginMessageEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Cancelled status.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.TabCompleteEvent
-
Cancelled state.
- setCancelled(boolean) - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
-
Whether the event is cancelled.
- 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
-
- setCancelReason(BaseComponent...) - Method in class net.md_5.bungee.api.event.LoginEvent
-
- setCancelReason(String) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
- setCancelReason(BaseComponent...) - Method in class net.md_5.bungee.api.event.PreLoginEvent
-
- setCancelServer(ServerInfo) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Server to send player to if this event is cancelled.
- setCollisionRule(String) - Method in class net.md_5.bungee.api.score.Team
-
- setColor(int) - Method in class net.md_5.bungee.api.score.Team
-
- setConfigurationAdapter(ConfigurationAdapter) - Method in class net.md_5.bungee.api.ProxyServer
-
Set the configuration adapter to be used.
- setConnectTimeout(int) - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Timeout in milliseconds for request.
- setDepends(Set<String>) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin hard dependencies.
- setDescription(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Optional description.
- 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 players display name to be used as their nametag and tab list
name.
- setDisplayName(String) - Method in class net.md_5.bungee.api.score.Team
-
- setFavicon(String) - Method in class net.md_5.bungee.api.ServerPing
-
Deprecated.
- setFavicon(Favicon) - Method in class net.md_5.bungee.api.ServerPing
-
- setFile(File) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
File we were loaded from.
- setFriendlyFire(byte) - Method in class net.md_5.bungee.api.score.Team
-
- setHasPermission(boolean) - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
-
The outcome of this permission check.
- 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.
- setKickReasonComponent(BaseComponent[]) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
Kick reason.
- setMain(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin main class.
- setMax(int) - Method in class net.md_5.bungee.api.ServerPing.Players
-
- setMessage(String) - Method in class net.md_5.bungee.api.event.ChatEvent
-
Text contained in this chat.
- setModid(String) - Method in class net.md_5.bungee.api.ServerPing.ModItem
-
- setModList(List<ServerPing.ModItem>) - Method in class net.md_5.bungee.api.ServerPing.ModInfo
-
- setName(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Friendly name of the plugin.
- setName(String) - Method in class net.md_5.bungee.api.score.Scoreboard
-
Unique name for this scoreboard.
- setName(String) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
-
- setName(String) - Method in class net.md_5.bungee.api.ServerPing.Protocol
-
- setNameTagVisibility(String) - Method in class net.md_5.bungee.api.score.Team
-
- setOnline(int) - Method in class net.md_5.bungee.api.ServerPing.Players
-
- 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.
- setPlayers(Set<String>) - Method in class net.md_5.bungee.api.score.Team
-
- setPlayers(ServerPing.Players) - Method in class net.md_5.bungee.api.ServerPing
-
- setPosition(Position) - Method in class net.md_5.bungee.api.score.Scoreboard
-
Position of this scoreboard.
- setPrefix(String) - Method in class net.md_5.bungee.api.score.Team
-
- setProtocol(int) - Method in class net.md_5.bungee.api.ServerPing.Protocol
-
- 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.
- setResponse(ServerPing) - Method in class net.md_5.bungee.api.event.ProxyPingEvent
-
The data to respond with.
- setRetry(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest
-
Should the player be attempted to connect to the next server in their
queue if the initial request fails.
- setSample(ServerPing.PlayerInfo[]) - Method in class net.md_5.bungee.api.ServerPing.Players
-
- 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.
- setSoftDepends(Set<String>) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin soft dependencies.
- setState(ServerKickEvent.State) - Method in class net.md_5.bungee.api.event.ServerKickEvent
-
State in which the kick occured.
- setSuffix(String) - Method in class net.md_5.bungee.api.score.Team
-
- 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.
- setTarget(ServerInfo) - Method in class net.md_5.bungee.api.event.ServerConnectEvent
-
Server the player will be connected to.
- 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(ProxiedPlayer) - Constructor for class net.md_5.bungee.api.event.SettingsChangedEvent
-
- setType(String) - Method in class net.md_5.bungee.api.score.Objective
-
Type; integer or hearts
- setType(String) - Method in class net.md_5.bungee.api.ServerPing.ModInfo
-
- setUniqueId(UUID) - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Set the connection's uuid
- setUniqueId(UUID) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
-
- setValue(String) - Method in class net.md_5.bungee.api.score.Objective
-
Value of the objective.
- setVersion(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
-
Plugin version.
- setVersion(String) - Method in class net.md_5.bungee.api.ServerPing.ModItem
-
- setVersion(ServerPing.Protocol) - Method in class net.md_5.bungee.api.ServerPing
-
- 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.
- 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.