Class DebugCommands
java.lang.Object
dev.despical.tntrun.command.CommandCategory
dev.despical.tntrun.command.DebugCommands
-
Field Summary
Fields inherited from class CommandCategory
arenaManager, arenaRegistry, chatManager, gameManager, plugin, userManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebugComponentCommand(Arguments arguments) voiddebugDumpTimingsCommand(Arguments arguments) voiddebugJoinCommand(User user, Arguments arguments) voiddebugTimerCommand(User user, Arguments arguments)
-
Constructor Details
-
DebugCommands
public DebugCommands()
-
-
Method Details
-
debugJoinCommand
-
debugTimerCommand
-
debugComponentCommand
@Command(name="tntrun.debug.component", aliases="tr.debug.component", permission="tntrun.debug.component", usage="/%label% debug component [message] [--path=message.path]", senderType=PLAYER) public void debugComponentCommand(Arguments arguments) -
debugDumpTimingsCommand
@Command(name="tntrun.debug.dump", aliases="tr.debug.dump", permission="tntrun.debug.dump", usage="/%label% debug dump") public void debugDumpTimingsCommand(Arguments arguments)
-