Class CommandModule
java.lang.Object
nl.mtvehicles.core.infrastructure.modules.CommandModule
Module for managing /mtv commands
-
Field Summary
Modifier and TypeFieldDescriptionstatic HashMap<String,MTVSubCommand>
HashMap mapping all /mtv subcommands and their respective classes -
Constructor Summary
-
Method Summary
-
Field Details
-
subcommands
HashMap mapping all /mtv subcommands and their respective classes
-
-
Constructor Details
-
CommandModule
public CommandModule()Constructor which registers executor and tab completer
-