Class TestCommand

Direct Known Subclasses:
DebugCommand, DebugPasteCommand, GarbageCollectorCommand, StatusCommand, TimingsCommand

@PowerNukkitXOnly @Since("1.19.50-r1") public abstract class TestCommand extends VanillaCommand
测试命令基类
  • Constructor Details

    • TestCommand

      public TestCommand(String name)
    • TestCommand

      public TestCommand(String name, String description)
    • TestCommand

      public TestCommand(String name, String description, String usageMessage)
    • TestCommand

      public TestCommand(String name, String description, String usageMessage, String[] aliases)