Index
All Classes and Interfaces|All Packages|Constant Field Values
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.
- AQUA - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents aqua.
- 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
- BLACK - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents black.
- BLUE - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents blue.
- broadcast(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Send the specified message to the console and all connected players.
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.
- 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.
- ChatColor - Enum Class in net.md_5.bungee.api
-
Simplistic enumeration of all supported color values for chat.
- ChatEvent - Class in net.md_5.bungee.api.event
-
Event called when a player sends a message to a server, or a server sends a message to a player.
- ChatEvent(Connection, Connection, String) - Constructor for class net.md_5.bungee.api.event.ChatEvent
- 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.
- COLOR_CHAR - Static variable in enum class net.md_5.bungee.api.ChatColor
-
The special character which prefixes all chat colour codes.
- 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.
- 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 done all its required processing and wishes to let the event proceed.
- 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.
- CONNECTED - Enum constant in enum class 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 class 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.
D
- DARK_AQUA - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark blue (aqua).
- DARK_BLUE - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark blue.
- DARK_GRAY - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark gray.
- DARK_GREEN - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark green.
- DARK_PURPLE - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark purple.
- DARK_RED - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents dark red.
- 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
-
Disconnects this end of the connection for the specified reason.
- dispatchCommand(CommandSender, 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
- 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
- execute(CommandSender, String[]) - Method in class net.md_5.bungee.api.plugin.Command
-
Execute this command with the specified sender and arguments.
G
- getAddress() - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Gets the connectable host + port pair for this server.
- getAddress() - Method in interface net.md_5.bungee.api.connection.Connection
-
Gets the remote address of this connection.
- getBoolean(String, boolean) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Gets a boolean from the specified path.
- getByChar(char) - Static method in enum class net.md_5.bungee.api.ChatColor
-
Get the colour represented by the specified code.
- 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.
- 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.
- getForcedHost(PendingConnection) - Static method in class net.md_5.bungee.api.AbstractReconnectHandler
- getGameVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Get the Minecraft version supported by this proxy.
- 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.
- getId() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
-
Gets the unique ID of this task.
- 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.
- 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.
- getLogger() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the main logger which can be used as a suitable replacement for
System.outandSystem.err. - 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.
- 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.
- getPermissions(String) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Get all permission corresponding to the specified group.
- getPlayer(String) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets a connected player via their unique username.
- 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.
- 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
PluginManagerassociated with loading plugins and dispatching events. - getPlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
-
Returns the
Pluginobjects 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
-
Get the Minecraft protocol version supported by this proxy.
- 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.
- 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.
- 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.
- 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 class net.md_5.bungee.api.ProxyServer
-
Return all servers registered to this proxy, keyed by name.
- 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.
- getTranslation(String, Object...) - Method in class net.md_5.bungee.api.ProxyServer
-
Gets a localized string from the .properties file.
- getVersion() - Method in class net.md_5.bungee.api.ProxyServer
-
Gets the version of the currently running proxy software.
- getVirtualHost() - Method in interface net.md_5.bungee.api.connection.PendingConnection
-
Get the requested virtual host that the client tried to connect to.
- GOLD - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents gold.
- GRAY - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents gray.
- GREEN - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents green.
H
- 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.
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
L
- LIGHT_PURPLE - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents light purple.
- 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() - Constructor for class net.md_5.bungee.api.config.ListenerInfo
- load() - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
-
Reload all the possible values, and if necessary cache them for individual getting.
- loadAndEnablePlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
- loadClass(String, boolean) - Method in class net.md_5.bungee.api.plugin.PluginClassloader
- 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
N
- 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
O
- 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.
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
- 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, Packet2Handshake) - Constructor for class net.md_5.bungee.api.event.PlayerHandshakeEvent
- 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
- PluginClassloader - Class in net.md_5.bungee.api.plugin
- PluginClassloader(URL[]) - Constructor for class net.md_5.bungee.api.plugin.PluginClassloader
- 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, byte[]) - Constructor for class net.md_5.bungee.api.event.PluginMessageEvent
- 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 an
ProxiedPlayerand is ready to be connected to a server. - PostLoginEvent() - Constructor for class net.md_5.bungee.api.event.PostLoginEvent
- ProxiedPlayer - Interface in net.md_5.bungee.api.connection
-
Represents a player who's connection is being connected to somewhere else, whether it be a remote or embedded server.
- 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
- RED - Enum constant in enum class net.md_5.bungee.api.ChatColor
-
Represents red.
- 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
Listenerfor receiving called events. - removeGroups(String...) - Method in interface net.md_5.bungee.api.CommandSender
-
Remove groups from this user for the current session only.
- 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. - sendData(byte[]) - Method in interface net.md_5.bungee.api.config.ServerInfo
-
Send data by any available means to this server.
- sendData(byte[]) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Send a plugin message to this player.
- sendData(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
-
Send a message to this sender.
- sendMessages(String...) - Method in interface net.md_5.bungee.api.CommandSender
-
Send several messages to this sender.
- sendPacket(DefinedPacket) - Method in interface net.md_5.bungee.api.connection.Connection.Unsafe
-
Send a packet to this connection.
- 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() - Constructor for class net.md_5.bungee.api.event.ServerConnectedEvent
- ServerConnectEvent - Class in net.md_5.bungee.api.event
- ServerConnectEvent(ProxiedPlayer, ServerInfo) - Constructor for class net.md_5.bungee.api.event.ServerConnectEvent
- 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, String, ServerInfo) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
- ServerKickEvent(ProxiedPlayer, String, ServerInfo, ServerKickEvent.State) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
- ServerKickEvent.State - Enum Class in net.md_5.bungee.api.event
- 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.
- setConfigurationAdapter(ConfigurationAdapter) - Method in class net.md_5.bungee.api.ProxyServer
-
Set the configuration adapter to be used.
- setDisplayName(String) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
-
Sets this players display name to be used as their nametag name.
- setInstance(ProxyServer) - Static method in class net.md_5.bungee.api.ProxyServer
-
Sets the proxy instance.
- 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.
- start() - Method in class net.md_5.bungee.api.ProxyServer
-
Start this instance so that it may accept connections.
- stop() - Method in class net.md_5.bungee.api.ProxyServer
-
Gracefully mark this instance for shutdown.
- stripColor(String) - Static method in enum class net.md_5.bungee.api.ChatColor
-
Strips the given message of all color codes
T
- 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.
- toString() - Method in enum class net.md_5.bungee.api.ChatColor
- translateAlternateColorCodes(char, String) - Static method in enum class net.md_5.bungee.api.ChatColor
U
- UNKNOWN - Enum constant in enum class net.md_5.bungee.api.event.ServerKickEvent.State
- 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
Listenerso 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.
V
- valueOf(String) - Static method in enum class net.md_5.bungee.api.ChatColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.md_5.bungee.api.event.ServerKickEvent.State
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.md_5.bungee.api.ChatColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.md_5.bungee.api.event.ServerKickEvent.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
Y
A B C D E G H I L N O P R S T U V W YAll Classes and Interfaces|All Packages|Constant Field Values