Uses of Record Class
net.minecraft.test.TestAttemptConfig
Packages that use TestAttemptConfig
-
Uses of TestAttemptConfig in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type TestAttemptConfigModifier and TypeMethodDescriptionprivate static Optional
<GameTestState> TestCommand.find
(BlockPos pos, ServerCommandSource source, TestAttemptConfig config) private static int
TestCommand.start
(TestFinder finder, TestAttemptConfig config, int rotationSteps, int testsPerRow) private static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, TestInstanceBlockFinder finder) private static Stream
<GameTestState> TestCommand.stream
(ServerCommandSource source, TestAttemptConfig config, TestInstanceFinder finder, int rotationSteps) -
Uses of TestAttemptConfig in net.minecraft.test
Fields in net.minecraft.test declared as TestAttemptConfigModifier and TypeFieldDescriptionprivate static final TestAttemptConfig
TestAttemptConfig.ONCE
private final TestAttemptConfig
GameTestState.testAttemptConfig
Methods in net.minecraft.test that return TestAttemptConfigModifier and TypeMethodDescriptionGameTestState.getTestAttemptConfig()
static TestAttemptConfig
TestAttemptConfig.once()
Constructors in net.minecraft.test with parameters of type TestAttemptConfigModifierConstructorDescriptionGameTestState
(RegistryEntry.Reference<TestInstance> instanceEntry, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig)