Uses of Class
io.github.projectunified.craftcommand.processor.BaseCommandProcessor
Packages that use BaseCommandProcessor
Package
Description
-
Uses of BaseCommandProcessor in io.github.projectunified.craftcommand.processor
Constructors in io.github.projectunified.craftcommand.processor with parameters of type BaseCommandProcessorModifierConstructorDescriptionArrayExecutionSource(BaseCommandProcessor processor, String argsVar, boolean hasDynamic, String argIdxVar) Constructs an ArrayExecutionSource. -
Uses of BaseCommandProcessor in io.github.projectunified.craftcommand.processor.bukkit
Modifier and TypeClassDescriptionclassAnnotation processor for Bukkit platforms. -
Uses of BaseCommandProcessor in io.github.projectunified.craftcommand.processor.paper
Modifier and TypeClassDescriptionclassclassAnnotation processor for Paper Brigadier platform. -
Uses of BaseCommandProcessor in io.github.projectunified.craftcommand.processor.standalone
Modifier and TypeClassDescriptionclassAnnotation processor for standalone command platforms.