Class TestCommand

java.lang.Object
net.minecraft.gametest.framework.TestCommand

public class TestCommand extends Object
  • Field Details

    • TEST_NEARBY_SEARCH_RADIUS

      public static final int TEST_NEARBY_SEARCH_RADIUS
      See Also:
    • TEST_FULL_SEARCH_RADIUS

      public static final int TEST_FULL_SEARCH_RADIUS
      See Also:
    • VERIFY_TEST_GRID_AXIS_SIZE

      public static final int VERIFY_TEST_GRID_AXIS_SIZE
      See Also:
    • VERIFY_TEST_BATCH_SIZE

      public static final int VERIFY_TEST_BATCH_SIZE
      See Also:
    • DEFAULT_CLEAR_RADIUS

      private static final int DEFAULT_CLEAR_RADIUS
      See Also:
    • MAX_CLEAR_RADIUS

      private static final int MAX_CLEAR_RADIUS
      See Also:
    • TEST_POS_Z_OFFSET_FROM_PLAYER

      private static final int TEST_POS_Z_OFFSET_FROM_PLAYER
      See Also:
    • SHOW_POS_DURATION_MS

      private static final int SHOW_POS_DURATION_MS
      See Also:
    • DEFAULT_X_SIZE

      private static final int DEFAULT_X_SIZE
      See Also:
    • DEFAULT_Y_SIZE

      private static final int DEFAULT_Y_SIZE
      See Also:
    • DEFAULT_Z_SIZE

      private static final int DEFAULT_Z_SIZE
      See Also:
    • CLEAR_NO_TESTS

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType CLEAR_NO_TESTS
    • RESET_NO_TESTS

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType RESET_NO_TESTS
    • TEST_INSTANCE_COULD_NOT_BE_FOUND

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType TEST_INSTANCE_COULD_NOT_BE_FOUND
    • NO_STRUCTURES_TO_EXPORT

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_STRUCTURES_TO_EXPORT
    • NO_TEST_INSTANCES

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_TEST_INSTANCES
    • NO_TEST_CONTAINING

      private static final com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType NO_TEST_CONTAINING
    • TOO_LARGE

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType TOO_LARGE
  • Constructor Details

    • TestCommand

      public TestCommand()
  • Method Details