Uses of Package
io.github.projectunified.craftcommand.annotation
Packages that use io.github.projectunified.craftcommand.annotation
Package
Description
-
Classes in io.github.projectunified.craftcommand.annotation used by io.github.projectunified.craftcommand.example.bukkitClassDescriptionDefines a command or subcommand.Dual-purpose annotation.Makes a parameter consume all remaining arguments.Overrides the parameter name in usage strings and error messages.Binds a parameter to a local resolver method, or marks a method as a resolver.Binds a parameter to a suggestion provider method in the command class.
-
Classes in io.github.projectunified.craftcommand.annotation used by io.github.projectunified.craftcommand.example.paperClassDescriptionDefines a command or subcommand.Dual-purpose annotation.Makes a parameter consume all remaining arguments.Overrides the parameter name in usage strings and error messages.Binds a parameter to a local resolver method, or marks a method as a resolver.Binds a parameter to a suggestion provider method in the command class.
-
Classes in io.github.projectunified.craftcommand.annotation used by io.github.projectunified.craftcommand.example.standaloneClassDescriptionDefines a command or subcommand.Dual-purpose annotation.Makes a parameter consume all remaining arguments.Overrides the parameter name in usage strings and error messages.Binds a parameter to a local resolver method, or marks a method as a resolver.Binds a parameter to a suggestion provider method in the command class.