Uses of Interface
dev.cwhead.GravesX.module.command.GravesXModuleCommand
Packages that use GravesXModuleCommand
-
Uses of GravesXModuleCommand in dev.cwhead.GravesX.module
Methods in dev.cwhead.GravesX.module with parameters of type GravesXModuleCommandModifier and TypeMethodDescriptionvoidGravesXModuleController.registerCommand(String label, GravesXModuleCommand command) Registers a command owned by this module with the GravesX command dispatcher.Method parameters in dev.cwhead.GravesX.module with type arguments of type GravesXModuleCommandModifier and TypeMethodDescriptionvoidGravesXModuleController.registerCommand(String label, Class<? extends GravesXModuleCommand> commandClass) Registers a command owned by this module with the GravesX command dispatcher, using a command implementation class.