A B C E G H I M N O P Q R S T V W 
All Classes All Packages

A

ARGUMENT_PARSE_FAILURE_ENCHANTMENT - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
Variables: {input}
ARGUMENT_PARSE_FAILURE_ENCHANTMENT - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
ARGUMENT_PARSE_FAILURE_MATERIAL - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
Variables: {input}
ARGUMENT_PARSE_FAILURE_MATERIAL - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
Variables: {input}
ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
Variables: {input}
ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
ARGUMENT_PARSE_FAILURE_WORLD - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
Variables: {input}
ARGUMENT_PARSE_FAILURE_WORLD - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
asPlayer() - Method in class cloud.commandframework.bukkit.BukkitCommandSender
Get this sender as a player.
ASYNCHRONOUS_COMPLETION - cloud.commandframework.bukkit.CloudBukkitCapabilities
 

B

BRIGADIER - cloud.commandframework.bukkit.CloudBukkitCapabilities
 
BrigadierFailureException(BukkitCommandManager.BrigadierFailureReason) - Constructor for exception cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureException
Initialize a new Brigadier failure exception
BrigadierFailureException(BukkitCommandManager.BrigadierFailureReason, Throwable) - Constructor for exception cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureException
Initialize a new Brigadier failure exception
build() - Method in class cloud.commandframework.bukkit.BukkitCommandMetaBuilder.BuilderStage2
Build the command meta instance
build() - Method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument.Builder
 
build() - Method in class cloud.commandframework.bukkit.parsers.MaterialArgument.Builder
 
build() - Method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.Builder
Builder a new boolean component
build() - Method in class cloud.commandframework.bukkit.parsers.PlayerArgument.Builder
Builder a new boolean component
build() - Method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument.Builder
Builder a new argument
build() - Method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument.Builder
Builder a new argument
build() - Method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument.Builder
Builder a new argument
build() - Method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument.Builder
Builder a new argument
build() - Method in class cloud.commandframework.bukkit.parsers.WorldArgument.Builder
 
builder() - Static method in class cloud.commandframework.bukkit.BukkitCommandMetaBuilder
Create a new builder stage 1
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.EnchantmentArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.MaterialArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.PlayerArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument.Builder
 
Builder(String) - Constructor for class cloud.commandframework.bukkit.parsers.WorldArgument.Builder
 
BukkitBrigadierMapper<C> - Class in cloud.commandframework.bukkit
Class which handles mapping argument types to their NMS Brigadier counterpart on Bukkit platforms.
BukkitBrigadierMapper(BukkitCommandManager<C>, CloudBrigadierManager) - Constructor for class cloud.commandframework.bukkit.BukkitBrigadierMapper
Class that handles mapping argument types to Brigadier for Bukkit (Commodore) and Paper.
BukkitCaptionKeys - Class in cloud.commandframework.bukkit
Caption instances for messages in cloud-bukkit
BukkitCaptionRegistry<C> - Class in cloud.commandframework.bukkit
Caption registry that uses bi-functions to produce messages
BukkitCaptionRegistry() - Constructor for class cloud.commandframework.bukkit.BukkitCaptionRegistry
 
BukkitCaptionRegistryFactory<C> - Class in cloud.commandframework.bukkit
Factory creating BukkitCaptionRegistry instances
BukkitCaptionRegistryFactory() - Constructor for class cloud.commandframework.bukkit.BukkitCaptionRegistryFactory
 
BukkitCommandManager<C> - Class in cloud.commandframework.bukkit
Command manager for the Bukkit platform
BukkitCommandManager(Plugin, Function<CommandTree<C>, CommandExecutionCoordinator<C>>, Function<CommandSender, C>, Function<C, CommandSender>) - Constructor for class cloud.commandframework.bukkit.BukkitCommandManager
Construct a new Bukkit command manager
BukkitCommandManager.BrigadierFailureException - Exception in cloud.commandframework.bukkit
 
BukkitCommandManager.BrigadierFailureReason - Enum in cloud.commandframework.bukkit
Reasons to explain why Brigadier failed to initialize
BukkitCommandMeta - Class in cloud.commandframework.bukkit
 
BukkitCommandMeta(SimpleCommandMeta) - Constructor for class cloud.commandframework.bukkit.BukkitCommandMeta
Bukkit command meta data
BukkitCommandMetaBuilder - Class in cloud.commandframework.bukkit
 
BukkitCommandMetaBuilder.BuilderStage1 - Class in cloud.commandframework.bukkit
 
BukkitCommandMetaBuilder.BuilderStage2 - Class in cloud.commandframework.bukkit
 
BukkitCommandSender - Class in cloud.commandframework.bukkit
Command sender that proxies CommandSender
BukkitCommandSender(CommandSender) - Constructor for class cloud.commandframework.bukkit.BukkitCommandSender
Create a new command sender from a Bukkit CommandSender
BukkitPluginRegistrationHandler<C> - Class in cloud.commandframework.bukkit
 

C

checkBrigadierCompatibility() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Check whether or not Brigadier can be used on the server instance
cloud.commandframework.bukkit - package cloud.commandframework.bukkit
cloud implementation for Bukkit 1.8-1.16
cloud.commandframework.bukkit.arguments.selector - package cloud.commandframework.bukkit.arguments.selector
Entity Selector argument types
cloud.commandframework.bukkit.parsers - package cloud.commandframework.bukkit.parsers
Bukkit specific command arguments
cloud.commandframework.bukkit.parsers.selector - package cloud.commandframework.bukkit.parsers.selector
Entity Selector parsers
CloudBukkitCapabilities - Enum in cloud.commandframework.bukkit
Capabilities for the Bukkit module
COMMODORE_BRIGADIER - cloud.commandframework.bukkit.CloudBukkitCapabilities
 
COMMODORE_NOT_PRESENT - cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureReason
 
console() - Static method in class cloud.commandframework.bukkit.BukkitCommandSender
Construct a new BukkitCommandSender for the Bukkit console
create() - Method in class cloud.commandframework.bukkit.BukkitCaptionRegistryFactory
Create a new bukkit caption registry instance
createDefaultCommandMeta() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Create default command meta data

E

EnchantmentArgument<C> - Class in cloud.commandframework.bukkit.parsers
cloud argument type that parses Bukkit enchantments
EnchantmentArgument(boolean, String, String, BiFunction<CommandContext<C>, String, List<String>>) - Constructor for class cloud.commandframework.bukkit.parsers.EnchantmentArgument
 
EnchantmentArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers
 
EnchantmentArgument.EnchantmentParseException - Exception in cloud.commandframework.bukkit.parsers
 
EnchantmentArgument.EnchantmentParser<C> - Class in cloud.commandframework.bukkit.parsers
 
EnchantmentParseException(String, CommandContext<?>) - Constructor for exception cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParseException
Construct a new EnchantmentParseException
EnchantmentParser() - Constructor for class cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParser
 
EntitySelector - Class in cloud.commandframework.bukkit.arguments.selector
A class to represent the result of parsing a Minecraft Entity/Target Selector argument
EntitySelector(String, List<Entity>) - Constructor for class cloud.commandframework.bukkit.arguments.selector.EntitySelector
Construct a new entity selector
equals(Object) - Method in class cloud.commandframework.bukkit.BukkitCommandSender
 

G

getBackwardsCommandSenderMapper() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Get the backwards command sender plugin
getBukkitCaptionKeys() - Static method in class cloud.commandframework.bukkit.BukkitCaptionKeys
Get an immutable collection containing all standard caption keys
getCommandSenderMapper() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Get the command sender mapper
getEntities() - Method in class cloud.commandframework.bukkit.arguments.selector.EntitySelector
Get the resulting entities
getEntity() - Method in class cloud.commandframework.bukkit.arguments.selector.SingleEntitySelector
Get the selected entity
getInput() - Method in exception cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParseException
Get the input
getInput() - Method in exception cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParseException
Get the input
getInput() - Method in exception cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParseException
Get the supplied input
getInput() - Method in exception cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParseException
Get the supplied input
getInput() - Method in exception cloud.commandframework.bukkit.parsers.selector.SelectorParseException
Get the supplied input
getInput() - Method in exception cloud.commandframework.bukkit.parsers.WorldArgument.WorldParseException
Get the input provided by the sender
getInternalSender() - Method in class cloud.commandframework.bukkit.BukkitCommandSender
Get the proxied CommandSender
getMessage() - Method in exception cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureException
 
getMessage() - Method in exception cloud.commandframework.bukkit.parsers.selector.SelectorParseException
 
getOwningPlugin() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Get the plugin that owns the manager
getPlayer() - Method in class cloud.commandframework.bukkit.arguments.selector.SinglePlayerSelector
Get the selected player
getPlayers() - Method in class cloud.commandframework.bukkit.arguments.selector.MultiplePlayerSelector
Get the resulting players
getReason() - Method in exception cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureException
Get the reason for the exception
getSelector() - Method in class cloud.commandframework.bukkit.arguments.selector.EntitySelector
Get the input String for this selector
getSplitAliases() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
 

H

hasAny() - Method in class cloud.commandframework.bukkit.arguments.selector.EntitySelector
Check whether the selector selected at least one entity
hashCode() - Method in class cloud.commandframework.bukkit.BukkitCommandSender
 
hasPermission(C, String) - Method in class cloud.commandframework.bukkit.BukkitCommandManager
 

I

isPlayer() - Method in class cloud.commandframework.bukkit.BukkitCommandSender
Check if this sender represents a player
isRecognized(String) - Method in class cloud.commandframework.bukkit.BukkitPluginRegistrationHandler
Check if the given alias is recognizable by this registration handler

M

mapComplexNMS(Class<?>, Supplier<ArgumentType<?>>) - Method in class cloud.commandframework.bukkit.BukkitBrigadierMapper
Attempt to register a mapping between a type and a NMS argument type
mapSimpleNMS(Class<?>, Constructor<?>) - Method in class cloud.commandframework.bukkit.BukkitBrigadierMapper
Attempt to register a mapping between a type and a NMS argument type
MaterialArgument<C> - Class in cloud.commandframework.bukkit.parsers
cloud argument type that parses Bukkit materials
MaterialArgument(boolean, String, String, BiFunction<CommandContext<C>, String, List<String>>) - Constructor for class cloud.commandframework.bukkit.parsers.MaterialArgument
 
MaterialArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers
 
MaterialArgument.MaterialParseException - Exception in cloud.commandframework.bukkit.parsers
 
MaterialArgument.MaterialParser<C> - Class in cloud.commandframework.bukkit.parsers
 
MaterialParseException(String, CommandContext<?>) - Constructor for exception cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParseException
Construct a new MaterialParseException
MaterialParser() - Constructor for class cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParser
 
MultipleEntitySelector - Class in cloud.commandframework.bukkit.arguments.selector
 
MultipleEntitySelector(String, List<Entity>) - Constructor for class cloud.commandframework.bukkit.arguments.selector.MultipleEntitySelector
 
MultipleEntitySelectorArgument<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultipleEntitySelectorArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultipleEntitySelectorArgument.MultipleEntitySelectorParser<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultipleEntitySelectorParser() - Constructor for class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument.MultipleEntitySelectorParser
 
MultiplePlayerSelector - Class in cloud.commandframework.bukkit.arguments.selector
 
MultiplePlayerSelector(String, List<Entity>) - Constructor for class cloud.commandframework.bukkit.arguments.selector.MultiplePlayerSelector
Construct a new selector
MultiplePlayerSelectorArgument<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultiplePlayerSelectorArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultiplePlayerSelectorArgument.MultiplePlayerSelectorParser<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
MultiplePlayerSelectorParser() - Constructor for class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument.MultiplePlayerSelectorParser
 

N

NATIVE_BRIGADIER - cloud.commandframework.bukkit.CloudBukkitCapabilities
 
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.MaterialArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.PlayerArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument
Create a new builder
newBuilder(String) - Static method in class cloud.commandframework.bukkit.parsers.WorldArgument
Create a new builder

O

of(String) - Static method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument
Create a new required argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.MaterialArgument
Create a new required argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument
Create a new required command component
of(String) - Static method in class cloud.commandframework.bukkit.parsers.PlayerArgument
Create a new required command component
of(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument
Create a new required command argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument
Create a new required command argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument
Create a new required command argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument
Create a new required command argument
of(String) - Static method in class cloud.commandframework.bukkit.parsers.WorldArgument
Create a new required argument
of(CommandSender) - Static method in class cloud.commandframework.bukkit.BukkitCommandSender
Construct a new BukkitCommandSender from a Bukkit CommandSender
OfflinePlayerArgument<C> - Class in cloud.commandframework.bukkit.parsers
Argument type that parses into OfflinePlayer.
OfflinePlayerArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers
 
OfflinePlayerArgument.OfflinePlayerParseException - Exception in cloud.commandframework.bukkit.parsers
OfflinePlayer parse exception
OfflinePlayerArgument.OfflinePlayerParser<C> - Class in cloud.commandframework.bukkit.parsers
 
OfflinePlayerParseException(String, CommandContext<?>) - Constructor for exception cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParseException
Construct a new OfflinePlayer parse exception
OfflinePlayerParser() - Constructor for class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParser
 
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument
Create a new optional argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.MaterialArgument
Create a new optional argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument
Create a new optional command component
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.PlayerArgument
Create a new optional command component
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument
Create a new optional command argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument
Create a new optional command argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument
Create a new optional command argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument
Create a new optional command argument
optional(String) - Static method in class cloud.commandframework.bukkit.parsers.WorldArgument
Create a new optional argument
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument
Create a new required command component with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.PlayerArgument
Create a new required command component with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument
Create a new required command argument with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument
Create a new required command argument with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument
Create a new required command argument with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument
Create a new required command argument with a default value
optional(String, String) - Static method in class cloud.commandframework.bukkit.parsers.WorldArgument
Create a new optional argument with a default value
optional(String, Enchantment) - Static method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument
Create a new optional argument with a default value
optional(String, Material) - Static method in class cloud.commandframework.bukkit.parsers.MaterialArgument
Create a new optional argument with a default value

P

PAPER_BRIGADIER_INITIALIZATION_FAILURE - cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureReason
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.selector.MultipleEntitySelectorArgument.MultipleEntitySelectorParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument.MultiplePlayerSelectorParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument.SingleEntitySelectorParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument.SinglePlayerSelectorParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParser
 
parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.bukkit.parsers.WorldArgument.WorldParser
 
player(Player) - Static method in class cloud.commandframework.bukkit.BukkitCommandSender
Construct a new BukkitCommandSender for a Player
PlayerArgument<C> - Class in cloud.commandframework.bukkit.parsers
Argument that parses into a Player
PlayerArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers
 
PlayerArgument.PlayerParseException - Exception in cloud.commandframework.bukkit.parsers
Player parse exception
PlayerArgument.PlayerParser<C> - Class in cloud.commandframework.bukkit.parsers
 
PlayerParseException(String, CommandContext<?>) - Constructor for exception cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParseException
Construct a new Player parse exception
PlayerParser() - Constructor for class cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParser
 

Q

queryCapabilities() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Check for the platform capabilities
queryCapability(CloudBukkitCapabilities) - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Query for a specific capability

R

registerBrigadier() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Attempt to register the Brigadier mapper, and return it.
registerCommand(Command<?>) - Method in class cloud.commandframework.bukkit.BukkitPluginRegistrationHandler
 
registerExternal(String, Command<?>, BukkitCommand<C>) - Method in class cloud.commandframework.bukkit.BukkitPluginRegistrationHandler
 

S

SelectorParseException - Exception in cloud.commandframework.bukkit.parsers.selector
EntitySelector parse exception
SelectorParseException(String) - Constructor for exception cloud.commandframework.bukkit.parsers.selector.SelectorParseException
Construct a new EntitySelector parse exception
sendMessage(String) - Method in class cloud.commandframework.bukkit.BukkitCommandSender
Send a message to the command sender
setSplitAliases(boolean) - Method in class cloud.commandframework.bukkit.BukkitCommandManager
 
SingleEntitySelector - Class in cloud.commandframework.bukkit.arguments.selector
 
SingleEntitySelector(String, List<Entity>) - Constructor for class cloud.commandframework.bukkit.arguments.selector.SingleEntitySelector
Construct a new selector
SingleEntitySelectorArgument<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SingleEntitySelectorArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SingleEntitySelectorArgument.SingleEntitySelectorParser<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SingleEntitySelectorParser() - Constructor for class cloud.commandframework.bukkit.parsers.selector.SingleEntitySelectorArgument.SingleEntitySelectorParser
 
SinglePlayerSelector - Class in cloud.commandframework.bukkit.arguments.selector
 
SinglePlayerSelector(String, List<Entity>) - Constructor for class cloud.commandframework.bukkit.arguments.selector.SinglePlayerSelector
Construct a new selector
SinglePlayerSelectorArgument<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SinglePlayerSelectorArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SinglePlayerSelectorArgument.SinglePlayerSelectorParser<C> - Class in cloud.commandframework.bukkit.parsers.selector
 
SinglePlayerSelectorParser() - Constructor for class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument.SinglePlayerSelectorParser
 
stripNamespace(String) - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Strip the plugin namespace from a plugin namespaced command.
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.selector.MultiplePlayerSelectorArgument.MultiplePlayerSelectorParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.selector.SinglePlayerSelectorArgument.SinglePlayerSelectorParser
 
suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.bukkit.parsers.WorldArgument.WorldParser
 

T

taskRecipe() - Method in class cloud.commandframework.bukkit.BukkitCommandManager
Create a new task recipe.

V

valueOf(String) - Static method in enum cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.commandframework.bukkit.CloudBukkitCapabilities
Returns the enum constant of this type with the specified name.
values() - Static method in enum cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.commandframework.bukkit.CloudBukkitCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_TOO_LOW - cloud.commandframework.bukkit.BukkitCommandManager.BrigadierFailureReason
 

W

withDescription(String) - Method in class cloud.commandframework.bukkit.BukkitCommandMetaBuilder.BuilderStage1
Set the command description
WorldArgument<C> - Class in cloud.commandframework.bukkit.parsers
cloud argument type that parses Bukkit worlds
WorldArgument(boolean, String, String, BiFunction<CommandContext<C>, String, List<String>>) - Constructor for class cloud.commandframework.bukkit.parsers.WorldArgument
 
WorldArgument.Builder<C> - Class in cloud.commandframework.bukkit.parsers
 
WorldArgument.WorldParseException - Exception in cloud.commandframework.bukkit.parsers
 
WorldArgument.WorldParser<C> - Class in cloud.commandframework.bukkit.parsers
 
WorldParseException(String, CommandContext<?>) - Constructor for exception cloud.commandframework.bukkit.parsers.WorldArgument.WorldParseException
Construct a new WorldParseException
WorldParser() - Constructor for class cloud.commandframework.bukkit.parsers.WorldArgument.WorldParser
 
A B C E G H I M N O P Q R S T V W 
All Classes All Packages