Uses of Record Class
net.minecraft.test.TestAttemptConfig
-
Uses of TestAttemptConfig in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static Optional
<GameTestState> TestCommand.find
(BlockPos pos, ServerWorld world, TestAttemptConfig config) int
TestCommand.Runner.run
(TestAttemptConfig config) int
TestCommand.Runner.run
(TestAttemptConfig config, int rotationSteps) int
TestCommand.Runner.start
(TestAttemptConfig config, int rotationSteps, int testsPerRow) (package private) static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, StructureBlockFinder finder) (package private) static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, TestFunctionFinder finder, int rotationSteps) -
Uses of TestAttemptConfig in net.minecraft.test
Modifier and TypeFieldDescriptionprivate static final TestAttemptConfig
TestAttemptConfig.ONCE
private final TestAttemptConfig
GameTestState.testAttemptConfig
Modifier and TypeMethodDescriptionGameTestState.getTestAttemptConfig()
static TestAttemptConfig
TestAttemptConfig.once()
ModifierConstructorDescriptionGameTestState
(TestFunction testFunction, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig)