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 p_320172_, CommandSourceStack p_397178_, RetryOptions p_320822_) private static int
TestCommand.run
(TestFinder p_397551_, RetryOptions p_397983_, int p_397852_, int p_397200_) private static Stream
<GameTestInfo> TestCommand.toGameTestInfo
(CommandSourceStack p_320465_, RetryOptions p_320183_, TestInstanceFinder p_398020_, int p_320854_) private static Stream
<GameTestInfo> TestCommand.toGameTestInfos
(CommandSourceStack p_320827_, RetryOptions p_320932_, TestPosFinder p_397800_) Constructors in net.minecraft.gametest.framework with parameters of type RetryOptionsModifierConstructorDescriptionGameTestInfo
(Holder.Reference<GameTestInstance> p_397184_, Rotation p_127614_, ServerLevel p_127615_, RetryOptions p_320308_)