Class TestCommand


  • public class TestCommand
    extends java.lang.Object
    • Constructor Detail

      • TestCommand

        public TestCommand()
    • Method Detail

      • register

        public static void register​(com.mojang.brigadier.CommandDispatcher<CommandSource> p_229613_0_)
      • createNewStructure

        private static int createNewStructure​(CommandSource p_229618_0_,
                                              java.lang.String p_229618_1_,
                                              int p_229618_2_,
                                              int p_229618_3_,
                                              int p_229618_4_)
      • showPos

        private static int showPos​(CommandSource p_229617_0_,
                                   java.lang.String p_229617_1_)
                            throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Throws:
        com.mojang.brigadier.exceptions.CommandSyntaxException
      • runNearbyTest

        private static int runNearbyTest​(CommandSource p_229615_0_)
      • runAllNearbyTests

        private static int runAllNearbyTests​(CommandSource p_229629_0_)
      • showTestSummaryIfAllDone

        private static void showTestSummaryIfAllDone​(ServerWorld p_229631_0_,
                                                     TestResultList p_229631_1_)
      • clearAllTests

        private static int clearAllTests​(CommandSource p_229616_0_,
                                         int p_229616_1_)
      • runAllTests

        private static int runAllTests​(CommandSource p_229633_0_,
                                       int p_229633_1_,
                                       int p_229633_2_)
      • runAllTestsInClass

        private static int runAllTestsInClass​(CommandSource p_229630_0_,
                                              java.lang.String p_229630_1_,
                                              int p_229630_2_,
                                              int p_229630_3_)
      • runLastFailedTests

        private static int runLastFailedTests​(CommandSource p_240574_0_,
                                              boolean p_240574_1_,
                                              int p_240574_2_,
                                              int p_240574_3_)
      • runTests

        private static void runTests​(CommandSource p_229619_0_,
                                     java.util.Collection<TestFunctionInfo> p_229619_1_,
                                     int p_229619_2_,
                                     int p_229619_3_)
      • say

        private static void say​(CommandSource p_229634_0_,
                                java.lang.String p_229634_1_)
      • exportNearestTestStructure

        private static int exportNearestTestStructure​(CommandSource p_240581_0_)
      • exportTestStructure

        private static int exportTestStructure​(CommandSource p_229636_0_,
                                               java.lang.String p_229636_1_)
      • importTestStructure

        private static int importTestStructure​(CommandSource p_229638_0_,
                                               java.lang.String p_229638_1_)