CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
Package dev.jorel.commandapi.annotations

Annotations which can be used with the CommandAPI annotation system. More...

Packages

package  arguments
 Argument annotations which can be used with the CommandAPI annotation system.
 

Classes

interface  Alias
 The annotation to represent the aliases for a given base command. More...
 
class  Annotations
 The main annotation processor for annotation-based arguments. More...
 
interface  Command
 The annotation to indicate that this class is a command. More...
 
interface  Default
 The annotation to indicate that this method is the default command executor when no subcommands are used. More...
 
interface  Help
 The annotation which includes information about the help for a command. More...
 
interface  NeedsOp
 The annotation to apply to indicate that a command or subcommand requires being OP to use. More...
 
interface  Permission
 The annotation to apply a permission to a command or subcommand. More...
 
interface  Subcommand
 The annotation to indicate that this method is a subcommand. More...
 

Detailed Description

Annotations which can be used with the CommandAPI annotation system.