Uses of Interface
io.github.projectunified.craftcommand.BaseCommand
Packages that use BaseCommand
Package
Description
Core runtime for CraftCommand.
Paper platform runtime for CraftCommand.
Standalone platform runtime for CraftCommand.
-
Uses of BaseCommand in io.github.projectunified.craftcommand
Methods in io.github.projectunified.craftcommand with parameters of type BaseCommandModifier and TypeMethodDescriptionprotected voidCommandManager.registerWrapper(Object commandInstance, BaseCommand wrapper) Associates a command instance with its generated wrapper. -
Uses of BaseCommand in io.github.projectunified.craftcommand.paper
Subinterfaces of BaseCommand in io.github.projectunified.craftcommand.paperModifier and TypeInterfaceDescriptioninterfaceInterface for Paper command wrappers. -
Uses of BaseCommand in io.github.projectunified.craftcommand.standalone
Subinterfaces of BaseCommand in io.github.projectunified.craftcommand.standaloneModifier and TypeInterfaceDescriptioninterfaceInterface representing a generated standalone command executor.