Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
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
 
ADD_SUBTRACT - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
 
ADD_SUBTRACT_PERCENT - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
 
addFlags(BossBar.Flag...) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Adds flag(s) to the boss bar
addFlags(Iterable<BossBar.Flag>) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Adds flag(s) to the boss bar
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
Deprecated.
 
addPlayer(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
addPlayer(ProxiedPlayer) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Adds a player to the boss bar.
addPlayers(Iterable<ProxiedPlayer>) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Adds all players to the boss bar
addScore(Score) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
addServer(ServerInfo) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Register the given server to the proxy.
addServers(Collection<ServerInfo>) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Register all of the given servers to the proxy.
addTeam(Team) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
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(Callback<T>) - Constructor for class net.md_5.bungee.api.event.AsyncEvent
 
Attribute - Class in com.mrivanplays.ivancord.api.attributes
 
Attribute(AttributeKey, double) - Constructor for class com.mrivanplays.ivancord.api.attributes.Attribute
 
AttributeKey - Enum in com.mrivanplays.ivancord.api.attributes
 
AttributeModifier - Class in com.mrivanplays.ivancord.api.attributes
 
AttributeModifier() - Constructor for class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
AttributeModifier(UUID, double, AttributeModifier.Operation) - Constructor for class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
AttributeModifier.Operation - Enum in com.mrivanplays.ivancord.api.attributes
 

B

BELOW - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
BLUE - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 
BossBar - Class in com.mrivanplays.ivancord.api.util
Represents a boss bar
BossBar(BaseComponent[]) - Constructor for class com.mrivanplays.ivancord.api.util.BossBar
Creates a new boss bar
BossBar(BaseComponent[], BossBar.Color, BossBar.Style) - Constructor for class com.mrivanplays.ivancord.api.util.BossBar
Creates a new boss bar
BossBar(BaseComponent[], BossBar.Color, BossBar.Style, float) - Constructor for class com.mrivanplays.ivancord.api.util.BossBar
Creates a new boss bar
BossBar.Builder - Class in com.mrivanplays.ivancord.api.util
Represents a boss bar builder
BossBar.Color - Enum in com.mrivanplays.ivancord.api.util
Represents a color of BossBar
BossBar.Flag - Enum in com.mrivanplays.ivancord.api.util
Represents a flag of BossBar
BossBar.Style - Enum in com.mrivanplays.ivancord.api.util
Represents a style of BossBar
BrigadierCommand - Class in com.mrivanplays.ivancord.api.command
 
BrigadierCommand(Plugin, LiteralCommandNode<CommandSender>) - Constructor for class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
BrigadierCommand(Plugin, LiteralCommandNode<CommandSender>, String[]) - Constructor for class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
BrigadierCommand(Plugin, LiteralArgumentBuilder<CommandSender>) - Constructor for class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
BrigadierCommand(Plugin, LiteralArgumentBuilder<CommandSender>, String...) - Constructor for class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
BrigadierSuggestionsEvent - Class in com.mrivanplays.ivancord.api.event
 
BrigadierSuggestionsEvent(Connection, Connection, String, Suggestions) - Constructor for class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
BrigadierSuggestionsResponseEvent - Class in com.mrivanplays.ivancord.api.event
 
BrigadierSuggestionsResponseEvent(Connection, Connection, Suggestions) - Constructor for class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsResponseEvent
 
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.
build() - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
build() - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
 
builder() - Static method in class com.mrivanplays.ivancord.api.util.BossBar
Creates a new boss bar builder
builder() - Static method in class net.md_5.bungee.api.ServerConnectRequest
 
Builder() - Constructor for class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
BungeeProtoPlayerProvider - Class in com.mrivanplays.ivancord.api.command.arguments
 

C

callback(Callback<ServerConnectRequest.Result>) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Callback to execute post request.
Callback<V> - Interface in net.md_5.bungee.api
Represents a method which may be called once a result has been computed asynchronously.
callEvent() - Method in class net.md_5.bungee.api.plugin.Event
Calls the event and tests if cancelled.
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.
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.Position
 
canEqual(Object) - Method in class com.mrivanplays.ivancord.api.util.BossBar
 
canEqual(Object) - Method in class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
 
canEqual(Object) - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
 
canEqual(Object) - Method in class io.github.waterfallmc.waterfall.QueryResult
 
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
Deprecated.
 
canEqual(Object) - Method in class net.md_5.bungee.api.score.Score
Deprecated.
 
canEqual(Object) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
canEqual(Object) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
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
 
canEqual(Object) - Method in class net.md_5.bungee.connection.LoginResult
 
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
Deprecated.
 
clear() - Method in interface net.md_5.bungee.api.Title
Remove the currently displayed title from the player's screen.
CLIENT - Enum constant in enum com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
The client aborted the login process by the user pressing the "Cancel" button
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.
color(BossBar.Color) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
com.mrivanplays.ivancord.api - package com.mrivanplays.ivancord.api
 
com.mrivanplays.ivancord.api.attributes - package com.mrivanplays.ivancord.api.attributes
 
com.mrivanplays.ivancord.api.command - package com.mrivanplays.ivancord.api.command
 
com.mrivanplays.ivancord.api.command.arguments - package com.mrivanplays.ivancord.api.command.arguments
 
com.mrivanplays.ivancord.api.connection - package com.mrivanplays.ivancord.api.connection
 
com.mrivanplays.ivancord.api.event - package com.mrivanplays.ivancord.api.event
 
com.mrivanplays.ivancord.api.plugin - package com.mrivanplays.ivancord.api.plugin
 
com.mrivanplays.ivancord.api.skin - package com.mrivanplays.ivancord.api.skin
 
com.mrivanplays.ivancord.api.util - package com.mrivanplays.ivancord.api.util
 
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
CommandDispatcherProxy - Class in com.mrivanplays.ivancord.api.command
 
CommandDispatcherProxy(PluginManager, ProxyServer) - Constructor for class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
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
 
complete(CommandSender, String) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
complete(CommandSender, String, boolean) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
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.
completeWithNames(CommandSender, String) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
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>, 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>, boolean, int) - 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>, boolean, ServerConnectEvent.Reason, int) - 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
 
ConnectionInitEvent - Class in io.github.waterfallmc.waterfall.event
Represents a brand new connection made to the proxy, allowing for plugins to efficiently close a connection, useful for connection throttlers, etc
ConnectionInitEvent(SocketAddress, ListenerInfo, Callback<ConnectionInitEvent>) - Constructor for class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
 
connectTimeout(int) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Timeout in milliseconds for request.
Constants - Class in com.mrivanplays.ivancord.api.util
 
Constants() - Constructor for class com.mrivanplays.ivancord.api.util.Constants
 
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
CREATE_WORLD_FOG - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Flag
 
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

DARKEN_SCREEN - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Flag
 
decode(char[], int, byte[], int, int) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
decode(CharSequence) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
decode(CharSequence, int, byte[], int, int) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
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.
disablePlugin(String) - Method in class net.md_5.bungee.api.plugin.PluginManager
 
disablePlugin(Plugin) - Method in class net.md_5.bungee.api.plugin.PluginManager
Disables the specified plugin, if it is enabled.
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.
dispatch(CommandSender, String) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
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.
distanceToSq(PlayerArgument.ProtoPlayer, PlayerArgument.ProtoPlayer) - Method in class com.mrivanplays.ivancord.api.command.arguments.BungeeProtoPlayerProvider
 
done(V, Throwable) - Method in interface net.md_5.bungee.api.Callback
Called when the result is done.

E

EMPTY_ARRAY - Static variable in class com.mrivanplays.ivancord.api.util.Constants
 
enablePlugins() - Method in class net.md_5.bungee.api.plugin.PluginManager
 
encode(byte[]) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
encode(char[], int, byte[], int, int) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
encodeString(byte[]) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.Position
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.skin.Skin
 
equals(Object) - Method in class com.mrivanplays.ivancord.api.util.BossBar
 
equals(Object) - Method in class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
 
equals(Object) - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
 
equals(Object) - Method in class io.github.waterfallmc.waterfall.QueryResult
 
equals(Object) - Method in class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
equals(Object) - Method in class net.md_5.bungee.api.config.ListenerInfo
 
equals(Object) - Method in class net.md_5.bungee.api.event.AsyncEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ChatEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ClientConnectEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.LoginEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PlayerDisconnectEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PluginMessageEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PostLoginEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.PreLoginEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ProxyPingEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ProxyReloadEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ServerConnectEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ServerKickEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.SettingsChangedEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.TabCompleteEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
 
equals(Object) - Method in class net.md_5.bungee.api.event.TargetedEvent
 
equals(Object) - Method in class net.md_5.bungee.api.plugin.Command
 
equals(Object) - Method in class net.md_5.bungee.api.plugin.PluginDescription
 
equals(Object) - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
Deprecated.
 
equals(Object) - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
 
equals(Object) - Method in class net.md_5.bungee.api.score.Score
Deprecated.
 
equals(Object) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
equals(Object) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing.ModInfo
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing.ModItem
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing.Players
 
equals(Object) - Method in class net.md_5.bungee.api.ServerPing.Protocol
 
equals(Object) - Method in class net.md_5.bungee.connection.LoginResult
 
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.
EXCEPTION - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.Cause
 
execute(CommandSender, String[]) - Method in class net.md_5.bungee.api.plugin.Command
Deprecated.
new execute method, including alias. Migrate to Command.execute(CommandSender, String, String[])
execute(CommandSender, String, String[]) - Method in class net.md_5.bungee.api.plugin.Command
Execute this command with the specified sender, alias 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.
FastException - Exception in io.github.waterfallmc.waterfall.utils
 
FastException(String) - Constructor for exception io.github.waterfallmc.waterfall.utils.FastException
 
Favicon - Class in net.md_5.bungee.api
Favicon shown in the server list.
fillInStackTrace() - Method in exception io.github.waterfallmc.waterfall.utils.FastException
 
flags(BossBar.Flag...) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
format(Iterable<?>, String) - Static method in class net.md_5.bungee.Util
Deprecated.
use String join methods
FORWARD - Static variable in class com.mrivanplays.ivancord.api.command.BrigadierCommand
A special return value saying to forward the command to the server.
fromBytes(byte[]) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 
fromByteValue(byte) - Static method in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
 
fromKey(String) - Static method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
fromMojangString(String) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 
fromString(String) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 

G

GENERIC_ARMOR - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_ARMOR_TOUGHNESS - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_ATTACK_DAMAGE - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_ATTACK_KNOCKBACK - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_FLYING_SPEED - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_FOLLOW_RANGE - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_KNOCKBACK_RESISTANCE - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_LUCK - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_MAX_HEALTH - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
GENERIC_MOVEMENT_SPEED - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
getAddr(String) - Static method in class net.md_5.bungee.Util
Method to transform human readable addresses into usable address objects.
getAddress() - Method in class io.github.waterfallmc.waterfall.QueryResult
The hostname for this server.
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
getAliases() - Method in class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
getAliases() - Method in class net.md_5.bungee.api.plugin.Command
 
getAmount() - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
getArguments() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
Gets the arguments which threw the exception for the command
getAttributes() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
 
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.
getBrand() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Returns the brand proxy will send to the client.
getBrigadierCommands() - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
getBrigadierCompletions(CommandSender, String) - Method in class net.md_5.bungee.api.plugin.PluginManager
 
getByteValue() - Method in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
 
getCallback() - Method in class net.md_5.bungee.api.ServerConnectRequest
Callback to execute post request.
getCancelReason() - Method in class com.mrivanplays.ivancord.api.event.LoginCancelledEvent
The reason of which the event was being triggered
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
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.
getCause() - Method in class net.md_5.bungee.api.event.ServerKickEvent
Circumstances which led to the kick.
getChannel() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
Gets the channel to which the error occurred from recieving data from
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
Deprecated.
 
getColor() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Color of the boss bar
getColor() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
getCommand() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
Gets the command which threw the exception
getCommand(String) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
getCommand(String) - Method in class net.md_5.bungee.api.plugin.PluginManager
Deprecated.
internal use only in order to support waterfall's ProxyDefineCommandsEvent
getCommandNode() - Method in class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
getCommands() - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
getCommands() - Method in class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
The map of commands to be sent to the player
getCommands() - Method in class net.md_5.bungee.api.plugin.PluginManager
Get an unmodifiable collection of all registered commands.
getCommandsAsBrigadier() - Method in class net.md_5.bungee.api.plugin.PluginManager
Gets all registered commands as brigadier commands.
getCommandSender() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
Gets the command sender which executed the command request
getConfig() - Method in class net.md_5.bungee.api.plugin.Plugin
Gets the default configuration
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 com.mrivanplays.ivancord.api.event.LoginCancelledEvent
The pending connection, which aborted their login process
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 com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
getCursor() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
The message the player has already entered.
getData() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
Gets the data to which the error occurred from
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
Deprecated.
replaced by ListenerInfo.serverPriority
getDefaultValue() - Method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
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
Deprecated.
 
getEncoded() - Method in class net.md_5.bungee.api.Favicon
The base64 encoded favicon, including MIME header.
getEvent() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyEventException
Gets the event which caused the exception
getException() - Method in class io.github.waterfallmc.waterfall.event.ProxyExceptionEvent
Gets the wrapped exception that was thrown.
getExcludedTransitiveLibraries() - Method in class net.md_5.bungee.api.plugin.PluginDescription
Optional: libraries to be excluded from download.
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
 
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.
getFlags() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Returns a unmodifiable set, containing all of the flags, added to this boss bar
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
Deprecated.
 
getFrom() - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
Server the player is switch from.
getGameId() - Method in class io.github.waterfallmc.waterfall.QueryResult
The game ID for this server, usually MINECRAFT.
getGameType() - Method in class io.github.waterfallmc.waterfall.QueryResult
The game type to return, usually SMP.
getGameVersion() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
The supported versions
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.
getHealth() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Health of the boss bar.
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
 
getId() - Method in class net.md_5.bungee.connection.LoginResult
 
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
Deprecated.
Name to be displayed in the list.
getKey() - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
getKey(int) - Method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
getKickedFrom() - Method in class net.md_5.bungee.api.event.ServerKickEvent
The server the player was kicked from, should be used in preference to ProxiedPlayer.getServer().
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.
getKnownServices() - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Returns a unmodifiable collection of the know services' classes.
getLastServer() - Method in interface com.mrivanplays.ivancord.api.connection.OfflinePlayer
Returns the last known server where the player was.
getLibraries() - Method in class net.md_5.bungee.api.plugin.PluginDescription
Optional libraries.
getList(String, Collection<?>) - Method in interface net.md_5.bungee.api.config.ConfigurationAdapter
Get a list from the specified path.
getListener() - Method in class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
The listener that accepted the connection.
getListener() - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
The listener associated with this query.
getListener() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyEventException
Gets the listener which threw the exception
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
Gets the main logger which can be used as a suitable replacement for System.out and System.err.
getLoginResult() - Method in class net.md_5.bungee.api.event.LoginEvent
The player's login result containing his textures
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 io.github.waterfallmc.waterfall.QueryResult
The maximum number of players that can be online.
getMaxPlayers() - Method in class net.md_5.bungee.api.config.ListenerInfo
Max amount of slots displayed on the ping page.
getMaxValue() - Method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
getMessage() - Method in class net.md_5.bungee.api.event.ChatEvent
Text contained in this chat.
getMinValue() - Method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
getModid() - Method in class net.md_5.bungee.api.ServerPing.ModItem
 
getModifierList() - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
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 io.github.waterfallmc.waterfall.QueryResult
The message of the day to return.
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.
getMovedFrom() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
The position the ProxiedPlayer moved from.
getMovedTo() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
The position the ProxiedPlayer moved to.
getName() - Method in interface com.mrivanplays.ivancord.api.connection.OfflinePlayer
Returns the name of the player.
getName() - Method in class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
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
Deprecated.
Name of the objective.
getName() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
Unique name for this scoreboard.
getName() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
getName() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
 
getName() - Method in class net.md_5.bungee.api.ServerPing.Protocol
 
getName() - Method in class net.md_5.bungee.connection.LoginResult
 
getNameTagVisibility() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
getObjective(String) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
getObjectives() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
getOfflinePlayer(String) - Method in class net.md_5.bungee.api.ProxyServer
Deprecated.
getOfflinePlayer(UUID) - Method in class net.md_5.bungee.api.ProxyServer
Deprecated.
getOfflinePlayers() - Method in class net.md_5.bungee.api.ProxyServer
Returns a immutable copy of all known players, that are currently offline.
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.
getOnlinePlayers() - Method in class io.github.waterfallmc.waterfall.QueryResult
The number of players currently online.
getOperation() - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
getOwner() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
Return the plugin which scheduled this task for execution.
getOwnerUsername() - Method in class com.mrivanplays.ivancord.api.skin.Skin
Returns the owner of this skin's username.
getOwnerUuid() - Method in class com.mrivanplays.ivancord.api.skin.Skin
Returns the owner of this skin's UUID.
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
 
getPermissionMessage() - Method in class net.md_5.bungee.api.plugin.Command
 
getPermissionMessageComponent() - 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.
getPitch() - Method in class com.mrivanplays.ivancord.api.Position
Pitch axis
getPlayer() - Method in interface com.mrivanplays.ivancord.api.connection.OfflinePlayer
Gets the specified offline player as a online player.
getPlayer() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
The ProxiedPlayer, which changed position.
getPlayer() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
Gets the player which the plugin message causing the exception originated from
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
getPlayerFromProto(PlayerArgument.ProtoPlayer) - Method in class net.md_5.bungee.api.ProxyServer
getPlayerLimit() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Returns the player max.
getPlayers() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Returns a unmodifiable list, containing all of the players, added to this boss bar
getPlayers() - Method in class io.github.waterfallmc.waterfall.QueryResult
The players currently online.
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
Deprecated.
 
getPlayers() - Method in class net.md_5.bungee.api.ServerPing
 
getPlayersByName() - Method in class com.mrivanplays.ivancord.api.command.arguments.BungeeProtoPlayerProvider
 
getPlugin() - Method in class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
getPlugin() - Method in class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
The plugin which was disabled
getPlugin() - Method in class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
The plugin which was enabled.
getPlugin() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
The plugin, who registered this provider
getPlugin(String) - Method in class net.md_5.bungee.api.plugin.PluginManager
Returns a loaded plugin identified by the specified name.
getPluginChannelLimit() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Gets the maximum number of registered plugin channels for any connection.
getPluginChannelNameLimit() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Gets the maximum length for any plugin message channel identifier.
getPluginManager() - Method in class net.md_5.bungee.api.ProxyServer
Get the PluginManager associated with loading plugins and dispatching events.
getPlugins() - Method in class io.github.waterfallmc.waterfall.QueryResult
The plugins to return for this server
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.
getPort() - Method in class io.github.waterfallmc.waterfall.QueryResult
The port for this server.
getPosition() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Gets the player's position
getPosition() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
Position of this scoreboard.
getPrefix() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
getPriority() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
Priority of the provider
getProperties() - Method in class net.md_5.bungee.connection.LoginResult
 
getProperty() - Method in class com.mrivanplays.ivancord.api.skin.Skin
Returns the "textures" Property of this skin.
getProtocol() - Method in class net.md_5.bungee.api.ServerPing.Protocol
 
getProtocolVersion() - Method in class net.md_5.bungee.api.ProxyServer
Deprecated.
getProtoPlayer(String) - Method in class com.mrivanplays.ivancord.api.command.arguments.BungeeProtoPlayerProvider
 
getProvider() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
The provider
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.
getReconnectHandlerType() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Gets the reconnect handler type
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.
getRegistration(Class<T>) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Gets registration for the specified service
getRegistrations(Class<?>) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Returns an unmodifiable copy of all registrations for the specified service
getRegistrations(Plugin) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Returns a sorted by priority collection of all registered services by the specified plugin.
getRemoteAddress() - Method in class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
Deprecated.
BungeeCord can accept connections via Unix domain sockets
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.
getRemoteSocketAddress() - Method in class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
 
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.
getResponsiblePlugin() - Method in exception io.github.waterfallmc.waterfall.exception.ProxyPluginException
Gets the plugin which is directly responsible for the exception being thrown
getResult() - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
The query to return.
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
Deprecated.
 
getScoreboard() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Deprecated.
not handled anymore
getScoreName() - Method in class net.md_5.bungee.api.score.Score
Deprecated.
Unique name of the score.
getScores() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
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() - 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 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 interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Gets the server info of 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.
The returned map may be modified concurrently by the proxy. The safe alternative is ProxyConfig.getServersCopy().
getServers() - Method in class net.md_5.bungee.api.ProxyServer
Deprecated.
The returned map is part of the proxy's internal state, and may be modified concurrently by the proxy. The safe alternative is ProxyServer.getServersCopy().
getServersCopy() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Return all servers registered to this proxy, keyed by name.
getServersCopy() - Method in class net.md_5.bungee.api.ProxyServer
Return all servers registered to this proxy, keyed by name.
getService() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
The service representing this provider
getServiceProvider() - Method in class com.mrivanplays.ivancord.api.event.ServiceRegisteredEvent
The service provider registered
getServiceProvider() - Method in class com.mrivanplays.ivancord.api.event.ServiceUnregisteredEvent
The service provider unregistered
getServicesManager() - Method in class net.md_5.bungee.api.ProxyServer
Gets the services manager
getSkin() - Method in interface net.md_5.bungee.api.connection.PendingConnection
Returns the Skin of this connection.
getSkin(String) - Method in interface com.mrivanplays.ivancord.api.skin.SkinProvider
Returns the Skin of the specified ownerUsername.
getSkin(UUID) - Method in interface com.mrivanplays.ivancord.api.skin.SkinProvider
Returns the Skin of the specified UUID ownerUuid.
getSkinParts() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Gets this player's skin settings.
getSkinProvider() - Method in class net.md_5.bungee.api.ProxyServer
Returns the Skin provider.
getSLF4JLogger() - Method in class net.md_5.bungee.api.plugin.Plugin
 
getSocketAddress() - Method in class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
Remote address of the connection.
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.
getStyle() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Style (overlay) of the boss bar
getSuffix() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
getSuggestions() - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
getSuggestions() - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsResponseEvent
 
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
getTabThrottle() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
How often tab-complete packets can be sent.
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 exception io.github.waterfallmc.waterfall.exception.ProxySchedulerException
Gets the task which threw the exception
getTask() - Method in interface net.md_5.bungee.api.scheduler.ScheduledTask
Get the actual method which will be executed by this task.
getTCPFastOpenMode() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Gets the TCP fast open mode
getTeam(String) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
getTeams() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
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.
getTitle() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Title (name) of the boss bar
getTranslation(String, Object...) - Method in class net.md_5.bungee.api.ProxyServer
Gets a localized string from the .properties file.
getTranslationComponent(String, Object...) - Method in class net.md_5.bungee.api.ProxyServer
 
getType() - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
Type; integer or hearts
getType() - Method in class net.md_5.bungee.api.ServerPing.ModInfo
 
getUniqueId() - Method in interface com.mrivanplays.ivancord.api.connection.OfflinePlayer
Returns the unique id of the player.
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 class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
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.
getUUID() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Deprecated.
getUUID(String) - Static method in class net.md_5.bungee.Util
Converts a String to a UUID
getValue() - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
getValue() - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
Value of the objective.
getValue() - Method in class net.md_5.bungee.api.score.Score
Deprecated.
Value of the score.
getVersion() - Method in class io.github.waterfallmc.waterfall.QueryResult
The version to return for this server.
getVersion() - Method in class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
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.
getWorldName() - Method in class io.github.waterfallmc.waterfall.QueryResult
The world name to return.
getX() - Method in class com.mrivanplays.ivancord.api.Position
X axis
getY() - Method in class com.mrivanplays.ivancord.api.Position
Y axis
getYaw() - Method in class com.mrivanplays.ivancord.api.Position
Yaw axis
getZ() - Method in class com.mrivanplays.ivancord.api.Position
Z axis
GREEN - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 
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

HAProxyConnectionInitEvent - Class in com.mrivanplays.ivancord.api.event
Event, called when the HAProxy message for a connection has been decoded.
HAProxyConnectionInitEvent(SocketAddress, ListenerInfo, Callback<HAProxyConnectionInitEvent>) - Constructor for class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
 
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
 
hashCode() - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
hashCode() - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
hashCode() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
hashCode() - Method in class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
 
hashCode() - Method in class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
 
hashCode() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
 
hashCode() - Method in class com.mrivanplays.ivancord.api.Position
 
hashCode() - Method in class com.mrivanplays.ivancord.api.skin.Skin
 
hashCode() - Method in class com.mrivanplays.ivancord.api.util.BossBar
 
hashCode() - Method in class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
 
hashCode() - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
 
hashCode() - Method in class io.github.waterfallmc.waterfall.QueryResult
 
hashCode() - Method in class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
hashCode() - Method in class net.md_5.bungee.api.config.ListenerInfo
 
hashCode() - Method in class net.md_5.bungee.api.event.AsyncEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ChatEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ClientConnectEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.LoginEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PlayerDisconnectEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PluginMessageEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PostLoginEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.PreLoginEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ProxyPingEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ProxyReloadEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ServerKickEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.SettingsChangedEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
 
hashCode() - Method in class net.md_5.bungee.api.event.TargetedEvent
 
hashCode() - Method in class net.md_5.bungee.api.plugin.Command
 
hashCode() - Method in class net.md_5.bungee.api.plugin.PluginDescription
 
hashCode() - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
Deprecated.
 
hashCode() - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
 
hashCode() - Method in class net.md_5.bungee.api.score.Score
Deprecated.
 
hashCode() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
hashCode() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing.ModInfo
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing.ModItem
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing.Players
 
hashCode() - Method in class net.md_5.bungee.api.ServerPing.Protocol
 
hashCode() - Method in class net.md_5.bungee.connection.LoginResult
 
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.
hasPlayedBefore() - Method in interface com.mrivanplays.ivancord.api.connection.OfflinePlayer
Returns whenever this player has played before.
hasRegistration(Class<?>) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Checks if the specified service has a registration
hasRightPants() - Method in interface net.md_5.bungee.api.SkinConfiguration
 
hasRightSleeve() - Method in interface net.md_5.bungee.api.SkinConfiguration
 
health(float) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
hex(int) - Static method in class net.md_5.bungee.Util
Formats an integer as a hex value.
Hex - Class in io.github.waterfallmc.waterfall.utils
 
Hex() - Constructor for class io.github.waterfallmc.waterfall.utils.Hex
 
HIDDEN - Enum constant in enum net.md_5.bungee.api.connection.ProxiedPlayer.ChatMode
The chat is completely disabled, the player won't see anything.
HIGH - Static variable in class com.mrivanplays.ivancord.api.plugin.ServicePriority
The service is of high importance
HORSE_JUMP_STRENGTH - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 

I

initCause(Throwable) - Method in exception io.github.waterfallmc.waterfall.utils.FastException
 
initialize(ProxyServer) - Static method in class com.mrivanplays.ivancord.api.command.arguments.BungeeProtoPlayerProvider
 
io.github.waterfallmc.waterfall - package io.github.waterfallmc.waterfall
 
io.github.waterfallmc.waterfall.event - package io.github.waterfallmc.waterfall.event
 
io.github.waterfallmc.waterfall.exception - package io.github.waterfallmc.waterfall.exception
 
io.github.waterfallmc.waterfall.utils - package io.github.waterfallmc.waterfall.utils
 
isCancelled() - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
isCancelled() - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsResponseEvent
 
isCancelled() - Method in class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
Cancelled state
isCancelled() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
isCancelled() - Method in class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
 
isCancelled() - Method in class net.md_5.bungee.api.event.ChatEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.ClientConnectEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.LoginEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.PluginMessageEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.PreLoginEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.ServerKickEvent
Cancelled status.
isCancelled() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
Cancelled state.
isCancelled() - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
Whether the event is cancelled.
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.
isDisableEntityMetadataRewrite() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
 
isDisableModernTabLimiter() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Should we disable the tab completion limit for 1.13+ clients
isDisableTabListRewrite() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Whether tablist rewriting should be disabled or not
isEnabled() - Method in class net.md_5.bungee.api.plugin.Plugin
Returns whenever this plugin is enabled.
isExecutable(String, CommandSender) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
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).
isForceDefault() - Method in class net.md_5.bungee.api.config.ListenerInfo
Whether reconnect locations will be used, or else the user is simply transferred to the default server on connect.
isForgeUser() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Gets whether this player is using a FML client.
isGlobalOp() - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Returns whenever this player is a server operator on proxy level.
isIpForward() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
isKickToLobby() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
If this is true, a listener to ServerKickEvent will be registered, which will send a kicked player from x server to the first server in ListenerInfo.getServerPriority()
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.
isLegacy() - Method in class net.md_5.bungee.api.event.ProxyPingEvent
Whether this event was called for a legacy ping
isLogCommands() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Whether proxy commands are logged to the proxy log.
isLogInitialHandlerConnections() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Whether we log InitialHandler connections
isOnGround() - Method in class com.mrivanplays.ivancord.api.Position
Does the player is on ground
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.
isPingPassthrough() - Method in class net.md_5.bungee.api.config.ListenerInfo
Whether to pass the ping through when we can reliably get the target server (force default server).
isPluginEnabled(String) - Method in class net.md_5.bungee.api.plugin.PluginManager
 
isPluginEnabled(Plugin) - Method in class net.md_5.bungee.api.plugin.PluginManager
Returns whenever a plugin is enabled
isProxyCommand() - Method in class net.md_5.bungee.api.event.ChatEvent
Checks whether this message is run on this proxy server.
isProxyProtocol() - Method in class net.md_5.bungee.api.config.ListenerInfo
Whether to support HAProxy PROXY protocol.
isQueryEnabled() - Method in class net.md_5.bungee.api.config.ListenerInfo
Whether to enable udp query.
isRequireAccess() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Should al plugin and proxy executed requests for a player to a server require direct access permission to a server.
isRequireAccess() - Method in class net.md_5.bungee.api.ServerConnectRequest
Disabled by default.
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.
isRetry() - 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.
isSendFeedback() - Method in class net.md_5.bungee.api.ServerConnectRequest
Should feedback from the request be sent to players, allows plugins to silently deal with the outcome on their own
isSetLocalAddress() - Method in class net.md_5.bungee.api.config.ListenerInfo
Whether to set the local address when connecting to servers.
isTCPFastOpenEnabled() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Returns whenever the TCP fast open mode is enabled.
isUseNettyDnsResolver() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Whether Netty's async DNS resolver is used for account authentication.
isVisible() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Visible state of the boss bar

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
Deprecated.
 
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.
ListenerInfo(SocketAddress, String, int, int, List<String>, boolean, Map<String, String>, String, boolean, boolean, int, boolean, boolean) - 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.
loadConfig(Class<? extends ConfigurationProvider>) - Method in class net.md_5.bungee.api.plugin.Plugin
(Re)loads a default config.
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
 
LoginCancelledEvent - Class in com.mrivanplays.ivancord.api.event
Represents a event, called when login process is aborted/cancelled by the logging player or the proxy.
LoginCancelledEvent(PendingConnection, LoginCancelledEvent.CancelReason) - Constructor for class com.mrivanplays.ivancord.api.event.LoginCancelledEvent
 
LoginCancelledEvent.CancelReason - Enum in com.mrivanplays.ivancord.api.event
Represents a cancel reason
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
 
LoginEvent(PendingConnection, Callback<LoginEvent>, LoginResult) - Constructor for class net.md_5.bungee.api.event.LoginEvent
 
LoginResult - Class in net.md_5.bungee.connection
 
LoginResult(String, String, Property[]) - Constructor for class net.md_5.bungee.connection.LoginResult
 
LOST_CONNECTION - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.Cause
 
LOW - Static variable in class com.mrivanplays.ivancord.api.plugin.ServicePriority
The service is of low importance

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.
modifyAttribute(AttributeKey, double) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
 
ModInfo() - Constructor for class net.md_5.bungee.api.ServerPing.ModInfo
 
ModItem(String, String) - Constructor for class net.md_5.bungee.api.ServerPing.ModItem
 
MULTIPLY_PERCENT - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
 

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.connection - package net.md_5.bungee.connection
 
net.md_5.bungee.util - package net.md_5.bungee.util
 
newThread(Runnable) - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
Deprecated.
 
NORMAL - Static variable in class com.mrivanplays.ivancord.api.plugin.ServicePriority
The service is of normal importance

O

Objective - Class in net.md_5.bungee.api.score
Deprecated.
not handled anymore
Objective(String, String, String) - Constructor for class net.md_5.bungee.api.score.Objective
Deprecated.
 
offlinePlayer(String) - Method in class net.md_5.bungee.api.ProxyServer
Returns a OfflinePlayer, specified by his name.
offlinePlayer(UUID) - Method in class net.md_5.bungee.api.ProxyServer
Returns a OfflinePlayer, specified by his unique id.
OfflinePlayer - Interface in com.mrivanplays.ivancord.api.connection
Represents a player, which is probably offline.
offlinePlayerIfPresent(String) - Method in class net.md_5.bungee.api.ProxyServer
Returns a OfflinePlayer only if such is present for the specified name.
offlinePlayerIfPresent(UUID) - Method in class net.md_5.bungee.api.ProxyServer
Returns a OfflinePlayer only if such is present for the specified UUID.
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
Deprecated.
new tab complete method, including alias. Migrate to TabExecutor.onTabComplete(CommandSender, String, String[])
onTabComplete(CommandSender, String[]) - Method in class net.md_5.bungee.command.PlayerCommand
Deprecated.
 
onTabComplete(CommandSender, String, String[]) - Method in interface net.md_5.bungee.api.plugin.TabExecutor
 

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(CommandSender, String, boolean) - 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.
PINK - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 
PLAY_BOSS_MUSIC - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Flag
 
player(ProxiedPlayer) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
PlayerChangePositionEvent - Class in com.mrivanplays.ivancord.api.event
Event, called when player is about to change his position.
PlayerChangePositionEvent(ProxiedPlayer, Position, Position) - Constructor for class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
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(ProxiedPlayer) - 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
 
PlayerInfo(String, UUID) - Constructor for class net.md_5.bungee.api.ServerPing.PlayerInfo
 
players() - Method in class com.mrivanplays.ivancord.api.command.arguments.BungeeProtoPlayerProvider
 
Players(int, int, ServerPing.PlayerInfo[]) - 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
 
PluginDescription(String, String, String, String, Set<String>, Set<String>, File, String, List<String>, List<String>) - Constructor for class net.md_5.bungee.api.plugin.PluginDescription
 
PluginDisabledEvent - Class in com.mrivanplays.ivancord.api.event
Represents a event, called when a plugin was disabled
PluginDisabledEvent(Plugin) - Constructor for class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
 
PluginEnabledEvent - Class in com.mrivanplays.ivancord.api.event
Represents a event, called when a plugin was enabled
PluginEnabledEvent(Plugin) - Constructor for class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
 
PluginInfo(String, String) - Constructor for class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
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, MethodHandles.Lookup, Consumer<Object>) - Constructor for class net.md_5.bungee.api.plugin.PluginManager
 
PluginManager(ProxyServer, Yaml, EventBus, LibraryLoader, CommandDispatcherProxy, MethodHandles.Lookup, Consumer<Object>) - 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 - Class in com.mrivanplays.ivancord.api
Represents a player position
Position - Enum in net.md_5.bungee.api.score
Deprecated.
not handled anymore
Position(double, double, double, float, float, boolean) - Constructor for class com.mrivanplays.ivancord.api.Position
 
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) - 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(String, int) - 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
 
PROXY - Enum constant in enum com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
LoginEvent or PreLoginEvent are getting cancelled
PROXY_EXCEPTION - Enum constant in enum com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
Exception were caught during login process and the proxy cancelled the login process
ProxyCommandException - Exception in io.github.waterfallmc.waterfall.exception
Thrown when a command throws an exception
ProxyCommandException(String, Throwable, boolean, boolean, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
 
ProxyCommandException(String, Throwable, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
 
ProxyCommandException(Throwable, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
 
ProxyConfig - Interface in net.md_5.bungee.api
Deprecated.
This class is subject to rapid change between releases
ProxyDefineCommandsEvent - Class in io.github.waterfallmc.waterfall.event
Called when the proxy intercepts the command packet allowing for plugins to prevent commands being added to the clients which might not be wanted.
ProxyDefineCommandsEvent(Connection, Connection, Map<String, Command>) - Constructor for class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
 
ProxyEventException - Exception in io.github.waterfallmc.waterfall.exception
Exception thrown when a server event listener throws an exception
ProxyEventException(String, Throwable, boolean, boolean, Listener, Event) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyEventException
 
ProxyEventException(String, Throwable, Listener, Event) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyEventException
 
ProxyEventException(Throwable, Listener, Event) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyEventException
 
ProxyException - Exception in io.github.waterfallmc.waterfall.exception
Wrapper exception for all exceptions that are thrown by the server.
ProxyException(String) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyException
 
ProxyException(String, Throwable) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyException
 
ProxyException(String, Throwable, boolean, boolean) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyException
 
ProxyException(Throwable) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyException
 
ProxyExceptionEvent - Class in io.github.waterfallmc.waterfall.event
Called whenever an exception is thrown in a recoverable section of the server.
ProxyExceptionEvent(ProxyException) - Constructor for class io.github.waterfallmc.waterfall.event.ProxyExceptionEvent
 
ProxyInternalException - Exception in io.github.waterfallmc.waterfall.exception
Thrown when the internal server throws a recoverable exception.
ProxyInternalException(String) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
 
ProxyInternalException(String, Throwable) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
 
ProxyInternalException(String, Throwable, boolean, boolean) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
 
ProxyInternalException(Throwable) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
 
ProxyPingEvent - Class in net.md_5.bungee.api.event
Called when the proxy is queried for status from the server list.
ProxyPingEvent(PendingConnection, ServerPing, boolean, Callback<ProxyPingEvent>) - Constructor for class net.md_5.bungee.api.event.ProxyPingEvent
 
ProxyPingEvent(PendingConnection, ServerPing, Callback<ProxyPingEvent>) - Constructor for class net.md_5.bungee.api.event.ProxyPingEvent
 
ProxyPluginEnableDisableException - Exception in io.github.waterfallmc.waterfall.exception
Thrown whenever there is an exception with any enabling or disabling of plugins.
ProxyPluginEnableDisableException(String, Throwable, boolean, boolean, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginEnableDisableException
 
ProxyPluginEnableDisableException(String, Throwable, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginEnableDisableException
 
ProxyPluginEnableDisableException(Throwable, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginEnableDisableException
 
ProxyPluginException - Exception in io.github.waterfallmc.waterfall.exception
Wrapper exception for all cases to which a plugin can be immediately blamed for
ProxyPluginException(String, Throwable, boolean, boolean, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginException
 
ProxyPluginException(String, Throwable, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginException
 
ProxyPluginException(Throwable, Plugin) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginException
 
ProxyPluginMessageException - Exception in io.github.waterfallmc.waterfall.exception
Thrown when an incoming plugin message channel throws an exception
ProxyPluginMessageException(String, Throwable, boolean, boolean, Plugin, ProxiedPlayer, String, byte[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
 
ProxyPluginMessageException(String, Throwable, Plugin, ProxiedPlayer, String, byte[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
 
ProxyPluginMessageException(Throwable, Plugin, ProxiedPlayer, String, byte[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
 
ProxyQueryEvent - Class in io.github.waterfallmc.waterfall.event
This event will be posted whenever a Query request is received.
ProxyQueryEvent(ListenerInfo, QueryResult) - Constructor for class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
 
ProxyReloadEvent - Class in net.md_5.bungee.api.event
Called when somebody reloads BungeeCord
ProxyReloadEvent(CommandSender) - Constructor for class net.md_5.bungee.api.event.ProxyReloadEvent
 
ProxySchedulerException - Exception in io.github.waterfallmc.waterfall.exception
Thrown when a plugin's scheduler fails with an exception
ProxySchedulerException(String, Throwable, boolean, boolean, ScheduledTask) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxySchedulerException
 
ProxySchedulerException(String, Throwable, ScheduledTask) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxySchedulerException
 
ProxySchedulerException(Throwable, ScheduledTask) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxySchedulerException
 
ProxyServer - Class in net.md_5.bungee.api
 
ProxyServer() - Constructor for class net.md_5.bungee.api.ProxyServer
 
ProxyTabCompleteException - Exception in io.github.waterfallmc.waterfall.exception
Called when a tab-complete request throws an exception
ProxyTabCompleteException(String, Throwable, boolean, boolean, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyTabCompleteException
 
ProxyTabCompleteException(String, Throwable, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyTabCompleteException
 
ProxyTabCompleteException(Throwable, Command, CommandSender, String[]) - Constructor for exception io.github.waterfallmc.waterfall.exception.ProxyTabCompleteException
 
PURPLE - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 

Q

QueryResult - Class in io.github.waterfallmc.waterfall
 
QueryResult(String, String, String, int, int, int, String, String, List<String>, String) - Constructor for class io.github.waterfallmc.waterfall.QueryResult
 
QueryResult.PluginInfo - Class in io.github.waterfallmc.waterfall
Represents a PluginInfo, containing a name and version of a plugin

R

reason(ServerConnectEvent.Reason) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Reason for connecting to server.
ReconnectHandler - Interface in net.md_5.bungee.api
 
RED - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 
register(BrigadierCommand) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
register(Plugin, Class<T>, T) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Registers a service
register(Plugin, Class<T>, T, int) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Registers a service and sorts it by the specified priority.
register(Plugin, Command) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
registerChannel(String) - Method in class net.md_5.bungee.api.ProxyServer
Register a channel for use with plugin messages.
registerCommand(BrigadierCommand) - Method in class net.md_5.bungee.api.plugin.PluginManager
 
registerCommand(Plugin, Command) - Method in class net.md_5.bungee.api.plugin.PluginManager
Register a command so that it may be executed.
RegisteredServiceProvider<T> - Class in com.mrivanplays.ivancord.api.plugin
Represents a registered service provider
RegisteredServiceProvider(Plugin, Class<T>, T, int) - Constructor for class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
 
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.
removeAllPlayers() - Method in class com.mrivanplays.ivancord.api.util.BossBar
Removes all added players from the boss bar
removeFlag(BossBar.Flag) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Removes a flag from the boss bar
removeFlags(BossBar.Flag...) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Removes the specified flag(s) from the boss bar
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
Deprecated.
 
removePlayer(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
removePlayer(ProxiedPlayer) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Removes a player from the boss bar.
removePlayers(Iterable<ProxiedPlayer>) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Removes all specified players from the boss bar
removeScore(String) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
removeServer(ServerInfo) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Un-register the given server from the proxy.
removeServerNamed(String) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Un-register the server with the given name from the proxy.
removeServers(Collection<ServerInfo>) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Un-register all of the given servers from the proxy.
removeServersNamed(Collection<String>) - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Un-register servers with any of the given names from the proxy.
removeTeam(String) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
reportInternalException(Throwable) - Static method in exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
 
requireAccess(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Disabled by default.
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.
retry(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Should the player be attempted to connect to the next server in their queue if the initial request fails.
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.
saveConfig() - Method in class net.md_5.bungee.api.plugin.Plugin
Saves the configuration changes (if have)
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
Deprecated.
not handled anymore
Score(String, String, int) - Constructor for class net.md_5.bungee.api.score.Score
Deprecated.
 
Scoreboard - Class in net.md_5.bungee.api.score
Deprecated.
not handled anymore
Scoreboard() - Constructor for class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
SEGMENTED_10 - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Style
 
SEGMENTED_12 - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Style
 
SEGMENTED_20 - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Style
 
SEGMENTED_6 - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Style
 
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.
sendFeedback(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Should feedback from the request be sent to players, allows plugins to silently deal with the outcome on their own
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(String, String) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Sends a title to this player.
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 - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.Cause
 
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(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
Called when the player is disconnected from a server, for example during server switching.
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
Deprecated.
ServerKickEvent(ProxiedPlayer, ServerInfo, BaseComponent[], ServerInfo, ServerKickEvent.State, ServerKickEvent.Cause) - Constructor for class net.md_5.bungee.api.event.ServerKickEvent
 
ServerKickEvent.Cause - Enum in net.md_5.bungee.api.event
 
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() - Constructor for class net.md_5.bungee.api.ServerPing
 
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(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
 
ServicePriority - Class in com.mrivanplays.ivancord.api.plugin
Represents a service priority
ServicePriority() - Constructor for class com.mrivanplays.ivancord.api.plugin.ServicePriority
 
ServiceRegisteredEvent - Class in com.mrivanplays.ivancord.api.event
Event, called when a service have got registered
ServiceRegisteredEvent(RegisteredServiceProvider<?>) - Constructor for class com.mrivanplays.ivancord.api.event.ServiceRegisteredEvent
 
ServicesManager - Interface in com.mrivanplays.ivancord.api.plugin
Represents a manager of services, registered by plugins and probably used by other plugins
ServiceUnregisteredEvent - Class in com.mrivanplays.ivancord.api.event
Event, called when a service have got unregistered
ServiceUnregisteredEvent(RegisteredServiceProvider<?>) - Constructor for class com.mrivanplays.ivancord.api.event.ServiceUnregisteredEvent
 
setAddress(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The hostname for this server.
setAliases(String[]) - Method in class com.mrivanplays.ivancord.api.command.BrigadierCommand
 
setAmount(double) - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
setAuthor(String) - Method in class net.md_5.bungee.api.plugin.PluginDescription
Plugin author.
setCancelled(boolean) - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
setCancelled(boolean) - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsResponseEvent
 
setCancelled(boolean) - Method in class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
Cancelled state
setCancelled(boolean) - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
setCancelled(boolean) - Method in class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
 
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(String) - Method in class net.md_5.bungee.api.event.PreLoginEvent
setCancelReason(BaseComponent...) - Method in class net.md_5.bungee.api.event.LoginEvent
 
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.
setCause(ServerKickEvent.Cause) - Method in class net.md_5.bungee.api.event.ServerKickEvent
Circumstances which led to the kick.
setCollisionRule(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setColor(int) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setColor(BossBar.Color) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Sets a (new) color of the boss bar
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 player's display name to be used by proxy commands and plugins.
setDisplayName(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setExcludedTransitiveLibraries(List<String>) - Method in class net.md_5.bungee.api.plugin.PluginDescription
Optional: libraries to be excluded from download.
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
Deprecated.
 
setGameId(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The game ID for this server, usually MINECRAFT.
setGameType(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The game type to return, usually SMP.
setGlobalOp(boolean) - Method in interface net.md_5.bungee.api.connection.ProxiedPlayer
Sets the player's global/proxy level server operator
setHasPermission(boolean) - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
The outcome of this permission check.
setHealth(float) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Sets the health of the boss bar.
setId(String) - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
 
setId(String) - Method in class net.md_5.bungee.connection.LoginResult
 
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.
setLibraries(List<String>) - Method in class net.md_5.bungee.api.plugin.PluginDescription
Optional libraries.
setLoginResult(LoginResult) - Method in class net.md_5.bungee.api.event.LoginEvent
The player's login result containing his textures
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
 
setMaxPlayers(int) - Method in class io.github.waterfallmc.waterfall.QueryResult
The maximum number of players that can be online.
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
 
setModifierList(List<AttributeModifier>) - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
setModList(List<ServerPing.ModItem>) - Method in class net.md_5.bungee.api.ServerPing.ModInfo
 
setMotd(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The message of the day to return.
setMovedTo(Position) - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
The position the ProxiedPlayer moved to.
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
Deprecated.
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
 
setName(String) - Method in class net.md_5.bungee.connection.LoginResult
 
setNameTagVisibility(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
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.
setOnlinePlayers(int) - Method in class io.github.waterfallmc.waterfall.QueryResult
The number of players currently online.
setOperation(AttributeModifier.Operation) - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
setPermission(String, boolean) - Method in interface net.md_5.bungee.api.CommandSender
Set a permission node for this user.
setPermissionMessage(String) - Method in class net.md_5.bungee.api.plugin.Command
 
setPermissionMessageComponent(BaseComponent[]) - Method in class net.md_5.bungee.api.plugin.Command
 
setPlayers(Set<String>) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setPlayers(ServerPing.Players) - Method in class net.md_5.bungee.api.ServerPing
 
setPort(int) - Method in class io.github.waterfallmc.waterfall.QueryResult
The port for this server.
setPosition(Position) - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
Position of this scoreboard.
setPrefix(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setProperties(Property[]) - Method in class net.md_5.bungee.connection.LoginResult
 
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.
setRequireAccess(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest
Disabled by default.
setResponse(ServerPing) - Method in class net.md_5.bungee.api.event.ProxyPingEvent
The data to respond with.
setResult(QueryResult) - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
The query to return.
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
 
setSendFeedback(boolean) - Method in class net.md_5.bungee.api.ServerConnectRequest
Should feedback from the request be sent to players, allows plugins to silently deal with the outcome on their own
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.
setSkin(Skin) - Method in interface net.md_5.bungee.api.connection.PendingConnection
Sets a new Skin for this connection.
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.
setStyle(BossBar.Style) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Sets a (new) boss bar style (overlay)
setSuffix(String) - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
setSuggestions(Suggestions) - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsEvent
 
setSuggestions(Suggestions) - Method in class com.mrivanplays.ivancord.api.event.BrigadierSuggestionsResponseEvent
 
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
 
setTitle(BaseComponent[]) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Sets a (new) boss bar title (name)
setType(String) - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
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
 
setUuid(UUID) - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
setValue(String) - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
Value of the objective.
setVersion(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The version to return for this server.
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
 
setVisible(boolean) - Method in class com.mrivanplays.ivancord.api.util.BossBar
Sets this boss bar's visible state
setWorldName(String) - Method in class io.github.waterfallmc.waterfall.QueryResult
The world name to return.
shouldCheckForGlobalOpIndependently() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Returns whether or not IvanCord should check for global op independently of PermissionCheckEvent
shouldPopulatePluginsWhenQuery() - Method in interface net.md_5.bungee.api.ProxyConfig
Deprecated.
Returns whether IvanCord should populate with plugins a query.
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
Deprecated.
 
SIDEBAR_AQUA - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_BLACK - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_BLUE - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_AQUA - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_BLUE - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_GRAY - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_GREEN - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_PURPLE - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_DARK_RED - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_GOLD - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_GRAY - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_GREEN - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_LIGHT_PURPLE - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_RED - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_WHITE - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
SIDEBAR_YELLOW - Enum constant in enum net.md_5.bungee.api.score.Position
Deprecated.
 
Skin - Class in com.mrivanplays.ivancord.api.skin
Represents a player skin.
Skin(Property, String, UUID) - Constructor for class com.mrivanplays.ivancord.api.skin.Skin
 
SkinConfiguration - Interface in net.md_5.bungee.api
Represents a player's skin settings.
SkinProvider - Interface in com.mrivanplays.ivancord.api.skin
Returns the skin provider.
SOLID - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Style
 
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.
style(BossBar.Style) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
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

tabCompleteCommand(CommandSender, String) - Method in class net.md_5.bungee.api.plugin.PluginManager
Searches for tab-complete suggestions for the given command line.
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
 
target(ServerInfo) - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
Target server to connect to.
TargetedEvent - Class in net.md_5.bungee.api.event
An event which occurs in the communication between two nodes.
TargetedEvent(Connection, Connection) - 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
Deprecated.
not handled anymore
Team(String) - Constructor for class net.md_5.bungee.api.score.Team
Deprecated.
 
title(BaseComponent) - Method in interface net.md_5.bungee.api.Title
Set the title to send to the player.
title(BaseComponent...) - Method in class com.mrivanplays.ivancord.api.util.BossBar.Builder
 
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.
toBytes(UUID) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 
toDigit(char) - Static method in class io.github.waterfallmc.waterfall.utils.Hex
 
toMojangString(UUID) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 
toString() - Method in class com.mrivanplays.ivancord.api.attributes.Attribute
 
toString() - Method in class com.mrivanplays.ivancord.api.attributes.AttributeModifier
 
toString() - Method in class com.mrivanplays.ivancord.api.event.HAProxyConnectionInitEvent
 
toString() - Method in class com.mrivanplays.ivancord.api.event.PlayerChangePositionEvent
 
toString() - Method in class com.mrivanplays.ivancord.api.event.PluginDisabledEvent
 
toString() - Method in class com.mrivanplays.ivancord.api.event.PluginEnabledEvent
 
toString() - Method in class com.mrivanplays.ivancord.api.plugin.RegisteredServiceProvider
 
toString() - Method in class com.mrivanplays.ivancord.api.Position
 
toString() - Method in class com.mrivanplays.ivancord.api.util.BossBar
 
toString() - Method in class io.github.waterfallmc.waterfall.event.ConnectionInitEvent
 
toString() - Method in class io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
 
toString() - Method in class io.github.waterfallmc.waterfall.event.ProxyQueryEvent
 
toString() - Method in class io.github.waterfallmc.waterfall.QueryResult.PluginInfo
 
toString() - Method in class io.github.waterfallmc.waterfall.QueryResult
 
toString() - Method in class net.md_5.bungee.api.config.ListenerInfo
 
toString() - Method in class net.md_5.bungee.api.event.AsyncEvent
 
toString() - Method in class net.md_5.bungee.api.event.ChatEvent
 
toString() - Method in class net.md_5.bungee.api.event.ClientConnectEvent
 
toString() - Method in class net.md_5.bungee.api.event.LoginEvent
 
toString() - Method in class net.md_5.bungee.api.event.PermissionCheckEvent
 
toString() - Method in class net.md_5.bungee.api.event.PlayerDisconnectEvent
 
toString() - Method in class net.md_5.bungee.api.event.PlayerHandshakeEvent
 
toString() - Method in class net.md_5.bungee.api.event.PluginMessageEvent
 
toString() - Method in class net.md_5.bungee.api.event.PostLoginEvent
 
toString() - Method in class net.md_5.bungee.api.event.PreLoginEvent
 
toString() - Method in class net.md_5.bungee.api.event.ProxyPingEvent
 
toString() - Method in class net.md_5.bungee.api.event.ServerConnectedEvent
 
toString() - Method in class net.md_5.bungee.api.event.ServerConnectEvent
 
toString() - Method in class net.md_5.bungee.api.event.ServerDisconnectEvent
 
toString() - Method in class net.md_5.bungee.api.event.ServerKickEvent
 
toString() - Method in class net.md_5.bungee.api.event.ServerSwitchEvent
 
toString() - Method in class net.md_5.bungee.api.event.SettingsChangedEvent
 
toString() - Method in class net.md_5.bungee.api.event.TabCompleteEvent
 
toString() - Method in class net.md_5.bungee.api.event.TabCompleteResponseEvent
 
toString() - Method in class net.md_5.bungee.api.event.TargetedEvent
 
toString() - Method in class net.md_5.bungee.api.plugin.Command
 
toString() - Method in class net.md_5.bungee.api.plugin.PluginDescription
 
toString() - Method in class net.md_5.bungee.api.scheduler.GroupedThreadFactory
Deprecated.
 
toString() - Method in class net.md_5.bungee.api.score.Objective
Deprecated.
 
toString() - Method in class net.md_5.bungee.api.score.Score
Deprecated.
 
toString() - Method in class net.md_5.bungee.api.score.Scoreboard
Deprecated.
 
toString() - Method in class net.md_5.bungee.api.score.Team
Deprecated.
 
toString() - Method in class net.md_5.bungee.api.ServerConnectRequest.Builder
 
toString() - Method in class net.md_5.bungee.api.ServerPing.ModInfo
 
toString() - Method in class net.md_5.bungee.api.ServerPing.ModItem
 
toString() - Method in class net.md_5.bungee.api.ServerPing.PlayerInfo
 
toString() - Method in class net.md_5.bungee.api.ServerPing.Players
 
toString() - Method in class net.md_5.bungee.api.ServerPing.Protocol
 
toString() - Method in class net.md_5.bungee.api.ServerPing
 
toString() - Method in class net.md_5.bungee.connection.LoginResult
 

U

UNAUTHORISED - Enum constant in enum net.md_5.bungee.api.ServerConnectRequest.Result
User has no access to this server.
undash(String) - Static method in class io.github.waterfallmc.waterfall.utils.UUIDUtils
 
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.Cause
 
UNKNOWN - Enum constant in enum net.md_5.bungee.api.event.ServerKickEvent.State
 
unregister(BrigadierCommand) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
unregister(Class<T>, T) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Unregisters a service
unregister(Command) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
unregister(Plugin, Class<T>) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Unregisters a service
unregisterAll(Plugin) - Method in class com.mrivanplays.ivancord.api.command.CommandDispatcherProxy
 
unregisterAll(Plugin) - Method in interface com.mrivanplays.ivancord.api.plugin.ServicesManager
Unregisters all services, registered by the specified plugin
unregisterChannel(String) - Method in class net.md_5.bungee.api.ProxyServer
Unregister a previously registered channel.
unregisterCommand(BrigadierCommand) - Method in class net.md_5.bungee.api.plugin.PluginManager
 
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
 
UUIDUtils - Class in io.github.waterfallmc.waterfall.utils
 

V

valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Style
Returns the enum constant of this type with the specified name.
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.Cause
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
Deprecated.
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 com.mrivanplays.ivancord.api.attributes.AttributeKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mrivanplays.ivancord.api.attributes.AttributeModifier.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mrivanplays.ivancord.api.util.BossBar.Style
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.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.Cause
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
Deprecated.
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.

W

WHITE - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 

Y

YELLOW - Enum constant in enum com.mrivanplays.ivancord.api.util.BossBar.Color
 

Z

ZOMBIE_SPAWN_REINFORCEMENTS - Enum constant in enum com.mrivanplays.ivancord.api.attributes.AttributeKey
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form