Uses of Record Class
net.minecraft.gametest.framework.RetryOptions
-
Uses of RetryOptions in net.minecraft.gametest.framework
Modifier and TypeFieldDescriptionprivate static final RetryOptions
RetryOptions.NO_RETRIES
private final RetryOptions
GameTestInfo.retryOptions
Modifier and TypeMethodDescriptionstatic RetryOptions
RetryOptions.noRetries()
GameTestInfo.retryOptions()
Modifier and TypeMethodDescriptionprivate static Optional
<GameTestInfo> TestCommand.createGameTestInfo
(BlockPos p_320172_, ServerLevel p_320346_, RetryOptions p_320822_) int
TestCommand.Runner.run
(RetryOptions p_320034_) int
TestCommand.Runner.run
(RetryOptions p_320906_, int p_320419_) int
TestCommand.Runner.run
(RetryOptions p_320091_, int p_320456_, int p_320467_) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfo
(CommandSourceStack p_320465_, RetryOptions p_320183_, TestFunctionFinder p_320598_, int p_320854_) (package private) static Stream
<GameTestInfo> TestCommand.toGameTestInfos
(CommandSourceStack p_320827_, RetryOptions p_320932_, StructureBlockPosFinder p_320543_) ModifierConstructorDescriptionGameTestInfo
(TestFunction p_127613_, Rotation p_127614_, ServerLevel p_127615_, RetryOptions p_320308_)