Package | Description |
---|---|
cloud.commandframework |
cloud API main package
|
cloud.commandframework.annotations |
Annotation parsing related classes
|
cloud.commandframework.annotations.injection |
Classes related to parameter injection
This package will be moved in a future release
|
cloud.commandframework.annotations.parsers |
Classes related to
Parser annotated methods |
cloud.commandframework.annotations.specifier |
Standard annotations used to match
ArgumentParser
in ParserRegistry |
cloud.commandframework.annotations.suggestions |
Classes related to
Suggestions annotated methods |
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.brigadier |
Brigadier mappings
|
cloud.commandframework.bukkit |
cloud implementation for Bukkit 1.8-1.16
|
cloud.commandframework.bukkit.arguments.selector |
Entity Selector argument types
|
cloud.commandframework.bukkit.parsers |
Bukkit specific command arguments
|
cloud.commandframework.bukkit.parsers.location |
Vanilla-like location arguments
|
cloud.commandframework.bukkit.parsers.selector |
Entity Selector parsers
|
cloud.commandframework.bungee |
BungeeCord implementation of cloud
|
cloud.commandframework.bungee.arguments |
Bungee specific argument types
|
cloud.commandframework.captions |
Classes allowing for the configuration of messages.
|
cloud.commandframework.cloudburst |
Cloudburst implementation of Cloud
|
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.javacord |
cloud implementation for Javacord
|
cloud.commandframework.javacord.sender |
Javacord specific command senders
|
cloud.commandframework.jda |
cloud implementation for Bukkit 1.8-1.16
|
cloud.commandframework.jda.parsers |
JDA specific command arguments
|
cloud.commandframework.keys |
Type-safe named keys.
|
cloud.commandframework.meta |
Command meta are classes associated with commands that store arbitrary data
|
cloud.commandframework.minecraft.extras |
Minecraft extras
|
cloud.commandframework.paper |
Paper specific implementation that extends the Bukkit implementation
|
cloud.commandframework.permission |
Command permissions
|
cloud.commandframework.pircbotx |
PircBotX 2.0 implementation of Cloud
|
cloud.commandframework.pircbotx.arguments |
PircBotX specific arguments
|
cloud.commandframework.services |
IntellectualSites service pipeline system
|
cloud.commandframework.services.annotations |
Service related annotations
|
cloud.commandframework.services.types |
Service implementation types
|
cloud.commandframework.tasks |
Cloud task library
|
cloud.commandframework.types.tuples |
Generic immutable n-tuples with non-null values
for 1 < n ≥ 6
|
cloud.commandframework.util |
Utility classes
|
cloud.commandframework.velocity |
Velocity implementation of cloud
|
cloud.commandframework.velocity.arguments |
Velocity specific argument types
|