cloud-core 1.1.0 API

Packages 
Package Description
cloud.commandframework
cloud API main package
cloud.commandframework.annotations.specifier
Standard annotations used to match ArgumentParser in ParserRegistry
cloud.commandframework.arguments
Command arguments that are used to build command parsing chains
cloud.commandframework.arguments.compound
Argument types that consists of 2 or more sub-types
cloud.commandframework.arguments.flags
Cloud flag system
cloud.commandframework.arguments.parser
Parser classes used to parse CommandArgument
cloud.commandframework.arguments.preprocessor
Pre-made argument preprocessors
cloud.commandframework.arguments.standard
Standard command argument types
cloud.commandframework.captions
Classes allowing for the configuration of messages.
cloud.commandframework.context
Command context stores values for a command sender before and during command execution and parsing
cloud.commandframework.exceptions
cloud related exceptions
cloud.commandframework.exceptions.parsing
Parsing related exceptions
cloud.commandframework.execution
Classes related to command execution and execution coordination
cloud.commandframework.execution.postprocessor
Command postprocessing system
cloud.commandframework.execution.preprocessor
Command preprocessing system
cloud.commandframework.extra.confirmation
Confirmation system
cloud.commandframework.internal
Classes that should be used internally in command managers
cloud.commandframework.meta
Command meta are classes associated with commands that store arbitrary data
cloud.commandframework.permission
Command permissions
cloud.commandframework.types.tuples
Generic immutable n-tuples with non-null values for 1 < n ≥ 6
cloud.commandframework.util
Utility classes