A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSOLUTE - cloud.commandframework.bukkit.parsers.location.LocationCoordinateType
-
Absolute coordinate
- accent() - Method in class cloud.commandframework.minecraft.extras.MinecraftHelp.HelpColors
-
Get the configured accent color
- accept(CommandPostprocessingContext<C>) - Method in class cloud.commandframework.execution.postprocessor.AcceptingCommandPostprocessor
- accept(CommandPreprocessingContext<C>) - Method in class cloud.commandframework.execution.preprocessor.AcceptingCommandPreprocessor
- accept(Context) - Method in interface cloud.commandframework.services.types.ConsumerService
-
Accept the context.
- accept(I) - Method in interface cloud.commandframework.tasks.TaskConsumer
- ACCEPTED - cloud.commandframework.services.State
-
The service consumed the context successfully and the execution should stop
- AcceptingCommandPostprocessor<C> - Class in cloud.commandframework.execution.postprocessor
-
CommandPostprocessor
that does nothing besides indicating that the context has been properly processed - AcceptingCommandPostprocessor() - Constructor for class cloud.commandframework.execution.postprocessor.AcceptingCommandPostprocessor
- AcceptingCommandPreprocessor<C> - Class in cloud.commandframework.execution.preprocessor
-
CommandPreprocessor
that does nothing besides indicating that the context has been properly processed - AcceptingCommandPreprocessor() - Constructor for class cloud.commandframework.execution.preprocessor.AcceptingCommandPreprocessor
- addPreprocessor(BiFunction<CommandContext<C>, Queue<String>, ArgumentParseResult<Boolean>>) - Method in class cloud.commandframework.arguments.CommandArgument
-
Register a new preprocessor.
- addPresenceFlag(CommandFlag<?>) - Method in class cloud.commandframework.arguments.flags.FlagContext
-
Indicate that a presence flag was supplied
- addValueFlag(CommandFlag<T>, T) - Method in class cloud.commandframework.arguments.flags.FlagContext
-
Store a value associated with a value flag
- AFTER_REGISTRATION - cloud.commandframework.CommandManager.RegistrationState
-
Once registration has been completed.
- aliases() - Method in annotation type cloud.commandframework.annotations.Flag
-
Flag aliases
- ALLOW_UNSAFE_REGISTRATION - cloud.commandframework.CommandManager.ManagerSettings
-
Allow registering commands even when doing so has the potential to produce inconsistent results.
- alternateHighlight() - Method in class cloud.commandframework.minecraft.extras.MinecraftHelp.HelpColors
-
Get the configured alternate highlight color
- AmbiguousNodeException - Exception in cloud.commandframework.exceptions
-
Exception thrown when a
CommandContext
is being inserted into aCommandTree
and an ambiguity is detected. - AmbiguousNodeException(CommandArgument<?, ?>, CommandArgument<?, ?>, List<CommandArgument<?, ?>>) - Constructor for exception cloud.commandframework.exceptions.AmbiguousNodeException
-
Construct a new ambiguous node exception
- and(CommandPermission) - Method in interface cloud.commandframework.permission.CommandPermission
-
Return a permission that matches this permission and the
other
permission. - and(CommandPermission...) - Method in interface cloud.commandframework.permission.CommandPermission
-
Return a permission that matches this permission and all of the
other
permissions. - AndPermission - Class in cloud.commandframework.permission
-
Accepts if every single permission is accepted.
- annotation(Class<A>) - Method in interface cloud.commandframework.annotations.AnnotationAccessor
-
Get an annotation instance, if it's present.
- annotation(Class<A>) - Method in class cloud.commandframework.annotations.AnnotationAccessor.NullAnnotationAccessor
- AnnotationAccessor - Interface in cloud.commandframework.annotations
-
Managed access for
Annotation
instances - AnnotationAccessor.NullAnnotationAccessor - Class in cloud.commandframework.annotations
-
Annotation accessor that cannot access any annotations
- AnnotationParser<C> - Class in cloud.commandframework.annotations
-
Parser that parses class instances
commands
- AnnotationParser(CommandManager<C>, Class<C>, Function<ParserParameters, CommandMeta>) - Constructor for class cloud.commandframework.annotations.AnnotationParser
-
Construct a new annotation parser
- annotations() - Method in interface cloud.commandframework.annotations.AnnotationAccessor
-
Get an immutable collection containing all of the annotations that are accessible using the annotation accessor
- annotations() - Method in class cloud.commandframework.annotations.AnnotationAccessor.NullAnnotationAccessor
- appendBlankSpace() - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append a blank space
- appendCompound(CompoundArgument<?, ?, ?>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append a compound argument to the syntax string
- appendFlag(FlagArgument<?>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append a flag argument
- appendLiteral(StaticArgument<?>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append a literal to the syntax string
- appendName(String) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append an argument name
- appendOptional(CommandArgument<?, ?>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append an optional argument
- appendPipe() - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append the pipe (|) character
- appendRequired(CommandArgument<?, ?>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter.FormattingInstance
-
Append a required argument
- apply(C) - Method in interface cloud.commandframework.minecraft.extras.AudienceProvider
-
Convert a command sender to an
Audience
- apply(CommandManager<C>, Function<C, Audience>) - Method in class cloud.commandframework.minecraft.extras.MinecraftExceptionHandler
-
Register the exception handlers in the manager
- apply(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.arguments.preprocessor.RegexPreprocessor
- apply(CommandPreprocessingContext<C>, List<String>) - Method in class cloud.commandframework.execution.FilteringCommandSuggestionProcessor
- apply(Context) - Method in interface cloud.commandframework.services.types.Service
- apply(I) - Method in interface cloud.commandframework.tasks.TaskFunction
- apply(List<CommandArgument<C, ?>>, CommandTree.Node<CommandArgument<C, ?>>) - Method in interface cloud.commandframework.arguments.CommandSyntaxFormatter
-
Format the command arguments into a syntax string
- apply(List<CommandArgument<C, ?>>, CommandTree.Node<CommandArgument<C, ?>>) - Method in class cloud.commandframework.arguments.StandardCommandSyntaxFormatter
-
Format the command arguments into a syntax string
- apply(CommandContext<C>, String) - Method in class cloud.commandframework.annotations.suggestions.MethodSuggestionsProvider
- argument(CommandArgument.Builder<C, T>) - Method in class cloud.commandframework.Command.Builder
-
Add a new command argument with an empty description to the command
- argument(CommandArgument.Builder<C, T>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Add a new command argument to the command
- argument(CommandArgument.Builder<C, T>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0. Use
Command.Builder.argument(CommandArgument.Builder, ArgumentDescription)
instead. - argument(CommandArgument<C, T>) - Method in class cloud.commandframework.Command.Builder
-
Add a new command argument with an empty description to the command
- argument(CommandArgument<C, T>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Add a new command argument to the command
- argument(CommandArgument<C, T>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0. Use
Command.Builder.argument(CommandArgument, ArgumentDescription)
instead. - argument(Class<T>, String, Consumer<CommandArgument.Builder<C, T>>) - Method in class cloud.commandframework.Command.Builder
-
Add a new command argument by interacting with a constructed command argument builder
- Argument - Annotation Type in cloud.commandframework.annotations
-
Annotation used to indicate that a method parameter is a command argument
- ARGUMENT_PARSE_FAILURE_BOOLEAN - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_BOOLEAN
. - ARGUMENT_PARSE_FAILURE_BOOLEAN - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_CHAR - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_CHAR
- ARGUMENT_PARSE_FAILURE_CHAR - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_COLOR - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_COLOR
- ARGUMENT_PARSE_FAILURE_COLOR - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}
- 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
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_ENCHANTMENT
- ARGUMENT_PARSE_FAILURE_ENUM - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_ENUM
- ARGUMENT_PARSE_FAILURE_ENUM - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}, {acceptableValues}
- ARGUMENT_PARSE_FAILURE_FLAG_DUPLICATE_FLAG - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_FLAG_DUPLICATE_FLAG
- ARGUMENT_PARSE_FAILURE_FLAG_DUPLICATE_FLAG - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {flag}
- ARGUMENT_PARSE_FAILURE_FLAG_MISSING_ARGUMENT - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_FLAG_MISSING_ARGUMENT
- ARGUMENT_PARSE_FAILURE_FLAG_MISSING_ARGUMENT - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {flag}
- ARGUMENT_PARSE_FAILURE_FLAG_NO_FLAG_STARTED - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_FLAG_NO_FLAG_STARTED
- ARGUMENT_PARSE_FAILURE_FLAG_NO_FLAG_STARTED - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_FLAG_UNKNOWN_FLAG - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_FLAG_UNKNOWN_FLAG
- ARGUMENT_PARSE_FAILURE_FLAG_UNKNOWN_FLAG - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {flag}
- ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT
- ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE
- 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
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_MATERIAL
- ARGUMENT_PARSE_FAILURE_NO_INPUT_PROVIDED - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_NO_INPUT_PROVIDED
. - ARGUMENT_PARSE_FAILURE_NO_INPUT_PROVIDED - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_NUMBER - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_NUMBER
- ARGUMENT_PARSE_FAILURE_NUMBER - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}, {min}, {max}
- 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
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER
- 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
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_PLAYER
- ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.bungee.BungeeCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.bungee.BungeeCommandManager
-
Default caption for
BungeeCaptionKeys.ARGUMENT_PARSE_FAILURE_PLAYER
- ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.velocity.VelocityCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_PLAYER - Static variable in class cloud.commandframework.velocity.VelocityCommandManager
-
Default caption for
VelocityCaptionKeys.ARGUMENT_PARSE_FAILURE_PLAYER
- ARGUMENT_PARSE_FAILURE_REGEX - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}, {pattern}
- ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED
- ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER
- ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES
- ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS
- ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED - Static variable in class cloud.commandframework.bukkit.BukkitCaptionKeys
-
Variables: None
- ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED - Static variable in class cloud.commandframework.bukkit.BukkitCaptionRegistry
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED
- ARGUMENT_PARSE_FAILURE_SERVER - Static variable in class cloud.commandframework.bungee.BungeeCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_SERVER - Static variable in class cloud.commandframework.bungee.BungeeCommandManager
-
Default caption for
BungeeCaptionKeys.ARGUMENT_PARSE_FAILURE_SERVER
- ARGUMENT_PARSE_FAILURE_SERVER - Static variable in class cloud.commandframework.velocity.VelocityCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_SERVER - Static variable in class cloud.commandframework.velocity.VelocityCommandManager
-
Default caption for
VelocityCaptionKeys.ARGUMENT_PARSE_FAILURE_SERVER
- ARGUMENT_PARSE_FAILURE_STRING - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_STRING
- ARGUMENT_PARSE_FAILURE_STRING - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}, {stringMode}
- ARGUMENT_PARSE_FAILURE_USER - Static variable in class cloud.commandframework.pircbotx.PircBotXCommandManager
-
Default caption for
PircBotXCommandManager.ARGUMENT_PARSE_FAILURE_USER_KEY
- ARGUMENT_PARSE_FAILURE_USER_KEY - Static variable in class cloud.commandframework.pircbotx.PircBotXCommandManager
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_UUID - Static variable in class cloud.commandframework.captions.SimpleCaptionRegistry
-
Default caption for
StandardCaptionKeys.ARGUMENT_PARSE_FAILURE_UUID
- ARGUMENT_PARSE_FAILURE_UUID - Static variable in class cloud.commandframework.captions.StandardCaptionKeys
-
Variables: {input}
- 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
-
Default caption for
BukkitCaptionKeys.ARGUMENT_PARSE_FAILURE_WORLD
- ARGUMENT_PARSING - cloud.commandframework.minecraft.extras.MinecraftExceptionHandler.ExceptionType
-
An argument failed to parse (
ArgumentParseException
) - argumentBuilder(Class<T>, String) - Method in class cloud.commandframework.CommandManager
-
Create a new command argument builder.
- ArgumentDescription - Interface in cloud.commandframework
-
A description for a
CommandArgument
- argumentPair(String, Pair<String, String>, Pair<Class<U>, Class<V>>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Create a new argument pair that maps to
Pair
- argumentPair(String, Pair<String, String>, Pair<Class<U>, Class<V>>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0. Use
Command.Builder.argumentPair(String, Pair, Pair, ArgumentDescription)
instead. - argumentPair(String, TypeToken<O>, Pair<String, String>, Pair<Class<U>, Class<V>>, BiFunction<C, Pair<U, V>, O>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Create a new argument pair that maps to a custom type.
- argumentPair(String, TypeToken<O>, Pair<String, String>, Pair<Class<U>, Class<V>>, BiFunction<C, Pair<U, V>, O>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0. Use
Command.Builder.argumentPair(String, TypeToken, Pair, Pair, BiFunction, ArgumentDescription)
instead. - ArgumentPair<C,U,V,O> - Class in cloud.commandframework.arguments.compound
-
A compound argument consisting of two inner arguments
- ArgumentPair(boolean, String, Pair<String, String>, Pair<Class<U>, Class<V>>, Pair<ArgumentParser<C, U>, ArgumentParser<C, V>>, BiFunction<C, Pair<U, V>, O>, TypeToken<O>) - Constructor for class cloud.commandframework.arguments.compound.ArgumentPair
-
Create a new argument pair.
- ArgumentPair.ArgumentPairIntermediaryBuilder<C,U,V> - Class in cloud.commandframework.arguments.compound
- ArgumentParseException - Exception in cloud.commandframework.exceptions
- ArgumentParseException(Throwable, Object, List<CommandArgument<?, ?>>) - Constructor for exception cloud.commandframework.exceptions.ArgumentParseException
-
Create a new command parse exception
- ArgumentParser<C,T> - Interface in cloud.commandframework.arguments.parser
-
Parser that parses strings into values of a specific type
- ArgumentParseResult<T> - Class in cloud.commandframework.arguments.parser
-
Result of the parsing done by a
ArgumentParser
- ArgumentTiming() - Constructor for class cloud.commandframework.context.CommandContext.ArgumentTiming
-
Created a new argument timing instance
- ArgumentTiming(long) - Constructor for class cloud.commandframework.context.CommandContext.ArgumentTiming
-
Created a new argument timing instance without an end time
- ArgumentTiming(long, long, boolean) - Constructor for class cloud.commandframework.context.CommandContext.ArgumentTiming
-
Created a new argument timing instance
- argumentTriplet(String, Triplet<String, String, String>, Triplet<Class<U>, Class<V>, Class<W>>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Create a new argument pair that maps to
Triplet
- argumentTriplet(String, Triplet<String, String, String>, Triplet<Class<U>, Class<V>, Class<W>>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0. Use
Command.Builder.argumentTriplet(String, Triplet, Triplet, ArgumentDescription)
instead. - argumentTriplet(String, TypeToken<O>, Triplet<String, String, String>, Triplet<Class<U>, Class<V>, Class<W>>, BiFunction<C, Triplet<U, V, W>, O>, ArgumentDescription) - Method in class cloud.commandframework.Command.Builder
-
Create a new argument triplet that maps to a custom type.
- argumentTriplet(String, TypeToken<O>, Triplet<String, String, String>, Triplet<Class<U>, Class<V>, Class<W>>, BiFunction<C, Triplet<U, V, W>, O>, Description) - Method in class cloud.commandframework.Command.Builder
-
Deprecated.for removal since 1.4.0, use
Command.Builder.argumentTriplet(String, TypeToken, Triplet, Triplet, BiFunction, ArgumentDescription)
instead. - ArgumentTriplet<C,U,V,W,O> - Class in cloud.commandframework.arguments.compound
-
A compound argument consisting of three inner arguments
- ArgumentTriplet(boolean, String, Triplet<String, String, String>, Triplet<Class<U>, Class<V>, Class<W>>, Triplet<ArgumentParser<C, U>, ArgumentParser<C, V>, ArgumentParser<C, W>>, BiFunction<C, Triplet<U, V, W>, O>, TypeToken<O>) - Constructor for class cloud.commandframework.arguments.compound.ArgumentTriplet
-
Create a new argument triplet.
- ArgumentTriplet.ArgumentTripletIntermediaryBuilder<C,U,V,W> - Class in cloud.commandframework.arguments.compound
- asMap() - Method in class cloud.commandframework.context.CommandContext
-
Get the current state of this command context as a map of String to context value.
- asOptional() - Method in class cloud.commandframework.arguments.CommandArgument.Builder
-
Indicates that the argument is optional.
- asOptionalWithDefault(String) - Method in class cloud.commandframework.arguments.CommandArgument.Builder
-
Indicates that the argument is optional.
- asPlayer() - Method in class cloud.commandframework.bukkit.BukkitCommandSender
-
Get this sender as a player.
- asRequired() - Method in class cloud.commandframework.arguments.CommandArgument.Builder
-
Indicates that the argument is required.
- asynchronous(TaskConsumer<I>) - Method in class cloud.commandframework.tasks.TaskRecipe.TaskRecipeComponentVoid
-
Add a new asynchronous step, consuming the input of the earlier step
- asynchronous(TaskConsumer<O>) - Method in class cloud.commandframework.tasks.TaskRecipe.TaskRecipeComponentOutputting
-
Add a new asynchronous step, consuming the input of the earlier step
- asynchronous(TaskFunction<O, T>) - Method in class cloud.commandframework.tasks.TaskRecipe.TaskRecipeComponentOutputting
-
Add a new asynchronous step, consuming the input of the earlier step
- ASYNCHRONOUS_COMPLETION - cloud.commandframework.bukkit.CloudBukkitCapabilities
- AsynchronousCommandExecutionCoordinator<C> - Class in cloud.commandframework.execution
-
Execution coordinator parses and/or executes commands on a separate thread from the calling thread
- AsynchronousCommandExecutionCoordinator.Builder<C> - Class in cloud.commandframework.execution
-
Builder for
AsynchronousCommandExecutionCoordinator
instances - AudienceProvider<C> - Interface in cloud.commandframework.minecraft.extras
-
Function that maps the command sender type to an adventure
Audience
All Classes All Packages