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 RetryOptions
RetryOptions.NO_RETRIES
private final RetryOptions
GameTestInfo.retryOptions
Methods in net.minecraft.gametest.framework that return RetryOptionsModifier and TypeMethodDescriptionstatic RetryOptions
RetryOptions.noRetries()
GameTestInfo.retryOptions()
Methods in net.minecraft.gametest.framework with parameters of type RetryOptionsModifier and TypeMethodDescriptionprivate static Optional
<GameTestInfo> TestCommand.createGameTestInfo
(BlockPos pPos, ServerLevel pLevel, RetryOptions pRetryOptions) int
TestCommand.Runner.run
(RetryOptions pRetryOptions) int
TestCommand.Runner.run
(RetryOptions pRetryOptions, int pRotationSteps) int
TestCommand.Runner.run
(RetryOptions pRetryOptions, int pRotationSteps, int pTestsPerRow) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfo
(CommandSourceStack pSource, RetryOptions pRetryOptions, TestFunctionFinder pTestFunctionFinder, int pRotationSteps) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfos
(CommandSourceStack pSource, RetryOptions pRetryOptions, StructureBlockPosFinder pStructureBlockPosFinder) Constructors in net.minecraft.gametest.framework with parameters of type RetryOptionsModifierConstructorDescriptionGameTestInfo
(TestFunction pTestFunction, Rotation pRotation, ServerLevel pLevel, RetryOptions pRetryOptions)