JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
F
G
H
I
L
M
O
P
R
S
T
U
V
A
ACFBungeeListener
- Class in
co.aikar.commands
ACFBungeeListener(BungeeCommandManager, Plugin)
- Constructor for class co.aikar.commands.
ACFBungeeListener
ACFBungeeUtil
- Class in
co.aikar.commands
ACFBungeeUtil()
- Constructor for class co.aikar.commands.
ACFBungeeUtil
addChild(BaseCommand)
- Method in class co.aikar.commands.
BungeeRootCommand
B
BungeeCommandCompletionContext
- Class in
co.aikar.commands
BungeeCommandCompletions
- Class in
co.aikar.commands
BungeeCommandCompletions(CommandManager)
- Constructor for class co.aikar.commands.
BungeeCommandCompletions
BungeeCommandContexts
- Class in
co.aikar.commands
BungeeCommandExecutionContext
- Class in
co.aikar.commands
BungeeCommandIssuer
- Class in
co.aikar.commands
BungeeCommandManager
- Class in
co.aikar.commands
BungeeCommandManager(Plugin)
- Constructor for class co.aikar.commands.
BungeeCommandManager
BungeeConditionContext
- Class in
co.aikar.commands
BungeeLocales
- Class in
co.aikar.commands
BungeeLocales(BungeeCommandManager)
- Constructor for class co.aikar.commands.
BungeeLocales
BungeeMessageFormatter
- Class in
co.aikar.commands
BungeeMessageFormatter(ChatColor...)
- Constructor for class co.aikar.commands.
BungeeMessageFormatter
BungeeRegisteredCommand
- Class in
co.aikar.commands
BungeeRootCommand
- Class in
co.aikar.commands
C
co.aikar.commands
- package co.aikar.commands
co.aikar.commands.bungee.contexts
- package co.aikar.commands.bungee.contexts
co.aikar.commands.contexts
- package co.aikar.commands.contexts
color(String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
COLOR_CHAR
- Static variable in class co.aikar.commands.
ACFBungeeUtil
completions
- Variable in class co.aikar.commands.
BungeeCommandManager
contexts
- Variable in class co.aikar.commands.
BungeeCommandManager
createCommandContext(RegisteredCommand, CommandParameter, CommandIssuer, List<String>, int, Map<String, Object>)
- Method in class co.aikar.commands.
BungeeCommandManager
createCompletionContext(RegisteredCommand, CommandIssuer, String, String, String[])
- Method in class co.aikar.commands.
BungeeCommandManager
createConditionContext(CommandIssuer, String)
- Method in class co.aikar.commands.
BungeeCommandManager
createRegisteredCommand(BaseCommand, String, Method, String)
- Method in class co.aikar.commands.
BungeeCommandManager
createRootCommand(String)
- Method in class co.aikar.commands.
BungeeCommandManager
E
equals(Object)
- Method in class co.aikar.commands.bungee.contexts.
OnlinePlayer
equals(Object)
- Method in class co.aikar.commands.
BungeeCommandIssuer
execute(CommandSender, String[])
- Method in class co.aikar.commands.
BungeeRootCommand
F
findPlayerSmart(CommandIssuer, String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
findPlayerSmart(CommandSender, String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
Deprecated.
G
getChildren()
- Method in class co.aikar.commands.
BungeeRootCommand
getCommandCompletions()
- Method in class co.aikar.commands.
BungeeCommandManager
getCommandContexts()
- Method in class co.aikar.commands.
BungeeCommandManager
getCommandIssuer(Object)
- Method in class co.aikar.commands.
BungeeCommandManager
getCommandName()
- Method in class co.aikar.commands.
BungeeRootCommand
getCommandPrefix(CommandIssuer)
- Method in class co.aikar.commands.
BungeeCommandManager
getDefCommand()
- Method in class co.aikar.commands.
BungeeRootCommand
getIssuer()
- Method in class co.aikar.commands.
BungeeCommandIssuer
getLastColors(String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
getLocales()
- Method in class co.aikar.commands.
BungeeCommandManager
getManager()
- Method in class co.aikar.commands.
BungeeCommandIssuer
getManager()
- Method in class co.aikar.commands.
BungeeRootCommand
getMessageKey()
- Method in enum co.aikar.commands.
MinecraftMessageKeys
getPermission()
- Method in class co.aikar.commands.
BungeeRootCommand
getPlayer()
- Method in class co.aikar.commands.bungee.contexts.
OnlinePlayer
getPlayer()
- Method in class co.aikar.commands.
BungeeCommandCompletionContext
getPlayer()
- Method in class co.aikar.commands.
BungeeCommandExecutionContext
getPlayer()
- Method in class co.aikar.commands.
BungeeCommandIssuer
getPlayer()
- Method in class co.aikar.commands.
BungeeConditionContext
getPlugin()
- Method in class co.aikar.commands.
BungeeCommandManager
getRegisteredRootCommands()
- Method in class co.aikar.commands.
BungeeCommandManager
getSender()
- Method in class co.aikar.commands.
BungeeCommandCompletionContext
getSender()
- Method in class co.aikar.commands.
BungeeCommandExecutionContext
getSender()
- Method in class co.aikar.commands.
BungeeConditionContext
getSubCommands()
- Method in class co.aikar.commands.
BungeeRootCommand
getUniqueId()
- Method in class co.aikar.commands.
BungeeCommandIssuer
H
hashCode()
- Method in class co.aikar.commands.bungee.contexts.
OnlinePlayer
hashCode()
- Method in class co.aikar.commands.
BungeeCommandIssuer
hasPermission(String)
- Method in class co.aikar.commands.
BungeeCommandIssuer
hasRegisteredCommands()
- Method in class co.aikar.commands.
BungeeCommandManager
I
isChatColorAColor(ChatColor)
- Static method in class co.aikar.commands.
ACFBungeeUtil
isCommandIssuer(Class<?>)
- Method in class co.aikar.commands.
BungeeCommandManager
isPlayer()
- Method in class co.aikar.commands.
BungeeCommandIssuer
isValidName(String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
L
loadLanguages()
- Method in class co.aikar.commands.
BungeeLocales
locales
- Variable in class co.aikar.commands.
BungeeCommandManager
log(LogLevel, String, Throwable)
- Method in class co.aikar.commands.
BungeeCommandManager
M
MinecraftMessageKeys
- Enum in
co.aikar.commands
O
onDisconnect(PlayerDisconnectEvent)
- Method in class co.aikar.commands.
ACFBungeeListener
OnlinePlayer
- Class in
co.aikar.commands.bungee.contexts
OnlinePlayer(ProxiedPlayer)
- Constructor for class co.aikar.commands.bungee.contexts.
OnlinePlayer
OnlineProxiedPlayer
- Class in
co.aikar.commands.contexts
Deprecated.
Use
OnlinePlayer
OnlineProxiedPlayer(ProxiedPlayer)
- Constructor for class co.aikar.commands.contexts.
OnlineProxiedPlayer
Deprecated.
onPlayerJoin(PostLoginEvent)
- Method in class co.aikar.commands.
ACFBungeeListener
onTabComplete(CommandSender, String[])
- Method in class co.aikar.commands.
BungeeRootCommand
P
player
- Variable in class co.aikar.commands.bungee.contexts.
OnlinePlayer
plugin
- Variable in class co.aikar.commands.
BungeeCommandManager
postCommand()
- Method in class co.aikar.commands.
BungeeRegisteredCommand
preCommand()
- Method in class co.aikar.commands.
BungeeRegisteredCommand
R
readLocale(ProxiedPlayer)
- Method in class co.aikar.commands.
BungeeCommandManager
registerCommand(BaseCommand)
- Method in class co.aikar.commands.
BungeeCommandManager
registeredCommands
- Variable in class co.aikar.commands.
BungeeCommandManager
removeColors(String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
replaceChatString(String, String, String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
replaceChatString(String, Pattern, String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
S
sendMessageInternal(String)
- Method in class co.aikar.commands.
BungeeCommandIssuer
sendMsg(CommandSender, String)
- Static method in class co.aikar.commands.
ACFBungeeUtil
Deprecated.
T
toString()
- Method in class co.aikar.commands.bungee.contexts.
OnlinePlayer
U
unregisterCommand(BaseCommand)
- Method in class co.aikar.commands.
BungeeCommandManager
unregisterCommand(BungeeRootCommand)
- Method in class co.aikar.commands.
BungeeCommandManager
unregisterCommands()
- Method in class co.aikar.commands.
BungeeCommandManager
V
validate(T, String, Object...)
- Static method in class co.aikar.commands.
ACFBungeeUtil
valueOf(String)
- Static method in enum co.aikar.commands.
MinecraftMessageKeys
Returns the enum constant of this type with the specified name.
values()
- Static method in enum co.aikar.commands.
MinecraftMessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
E
F
G
H
I
L
M
O
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.