Uses of Record Class
net.minecraft.gametest.framework.RetryOptions
Packages that use RetryOptions
-
Uses of RetryOptions in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as RetryOptionsModifier and TypeFieldDescriptionprivate static final RetryOptionsRetryOptions.NO_RETRIESprivate final RetryOptionsGameTestInfo.retryOptionsMethods in net.minecraft.gametest.framework that return RetryOptionsModifier and TypeMethodDescriptionstatic RetryOptionsRetryOptions.noRetries()GameTestInfo.retryOptions()Methods in net.minecraft.gametest.framework with parameters of type RetryOptionsModifier and TypeMethodDescriptionprivate static Optional<GameTestInfo> TestCommand.createGameTestInfo(BlockPos pos, ServerLevel level, RetryOptions retryOptions) intTestCommand.Runner.run(RetryOptions retryOptions) intTestCommand.Runner.run(RetryOptions retryOptions, int rotationSteps) intTestCommand.Runner.run(RetryOptions retryOptions, int rotationSteps, int testsPerRow) (package private) static Stream<GameTestInfo> TestCommand.toGameTestInfo(CommandSourceStack source, RetryOptions retryOptions, TestFunctionFinder testFunctionFinder, int rotationSteps) (package private) static Stream<GameTestInfo> TestCommand.toGameTestInfos(CommandSourceStack source, RetryOptions retryOptions, StructureBlockPosFinder structureBlockPosFinder) Constructors in net.minecraft.gametest.framework with parameters of type RetryOptionsModifierConstructorDescriptionGameTestInfo(TestFunction testFunction, Rotation rotation, ServerLevel level, RetryOptions retryOptions)