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 intTestCommand.method_67012(TestFinder testFinder, TestAttemptConfig testAttemptConfig, int int2, int int3) private static Stream<GameTestState> TestCommand.stream(ServerCommandSource source, TestAttemptConfig config, class_10674 finder, int rotationSteps) private static Stream<GameTestState> TestCommand.stream(ServerCommandSource source, TestAttemptConfig config, class_10675 finder) -
Uses of TestAttemptConfig in net.minecraft.test
Fields in net.minecraft.test declared as TestAttemptConfigModifier and TypeFieldDescriptionprivate static final TestAttemptConfigTestAttemptConfig.ONCEprivate final TestAttemptConfigGameTestState.testAttemptConfigMethods in net.minecraft.test that return TestAttemptConfigModifier and TypeMethodDescriptionGameTestState.getTestAttemptConfig()static TestAttemptConfigTestAttemptConfig.once()Constructors in net.minecraft.test with parameters of type TestAttemptConfigModifierConstructorDescriptionGameTestState(RegistryEntry.Reference<TestInstance> testInstance, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig)