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 pPos, CommandSourceStack pSource, RetryOptions pRetryOptions) private static intTestCommand.run(TestFinder pTestFinder, RetryOptions pRetryOptions, int pRotationSteps, int pTestsPerRow) private static Stream<GameTestInfo> TestCommand.toGameTestInfo(CommandSourceStack pSource, RetryOptions pRetryOptions, TestInstanceFinder pFinder, int pRotationSteps) private static Stream<GameTestInfo> TestCommand.toGameTestInfos(CommandSourceStack pSource, RetryOptions pRetryOptions, TestPosFinder pPosFinder) Constructors in net.minecraft.gametest.framework with parameters of type RetryOptionsModifierConstructorDescriptionGameTestInfo(Holder.Reference<GameTestInstance> pTest, Rotation pRotation, ServerLevel pLevel, RetryOptions pRetryOptions)