Class DebugCommands
java.lang.Object
dev.despical.whackme.command.CommandCategory
dev.despical.whackme.command.DebugCommands
-
Field Summary
Fields inherited from class CommandCategory
arenaManager, arenaRegistry, chatManager, plugin, userManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebugComponentCommand(Arguments arguments) voiddebugDumpTimingsCommand(Arguments arguments)
-
Constructor Details
-
DebugCommands
public DebugCommands()
-
-
Method Details
-
debugComponentCommand
@Command(name="whackme.debug.component", aliases="wm.debug.component", permission="whackme.debug.component", usage="/%label% debug component <message>", min=1, senderType=PLAYER) public void debugComponentCommand(Arguments arguments) -
debugDumpTimingsCommand
@Command(name="whackme.debug.dump", aliases="wm.debug.dump", permission="whackme.debug.dump", usage="/%label% debug dump") public void debugDumpTimingsCommand(Arguments arguments)
-