net.minecraft.gametest.framework

public record RetryOptions

tk
net.minecraft.gametest.framework.RetryOptions
net.minecraft.class_9118
net.minecraft.test.TestAttemptConfig
net.minecraft.src.C_313404_
net.minecraft.gametest.framework.RetryOptions

Field summary

Modifier and TypeField
private final int
a
numberOfTries
comp_2213
numberOfTries
f_316969_
private final boolean
b
haltOnFailure
comp_2214
haltOnFailure
f_316596_
private static final RetryOptions
c
NO_RETRIES
field_48496
ONCE
f_316318_

Constructor summary

ModifierConstructor
public (int haltOnFailure, boolean arg1)

Method summary

Modifier and TypeMethod
public static RetryOptions
a()
noRetries()
method_56245()
once()
m_321305_()
public boolean
b()
unlimitedTries()
method_56247()
isDisabled()
m_319667_()
public boolean
a(int arg0, int arg1)
hasTriesLeft(int arg0, int arg1)
method_56246(int arg0, int arg1)
shouldTestAgain(int attempt, int successes)
m_320775_(int p_328826_, int arg1)
public boolean
c()
hasRetries()
method_56248()
needsMultipleAttempts()
m_319078_()
public int
d()
numberOfTries()
comp_2213()
numberOfTries()
f_316969_()
public boolean
e()
haltOnFailure()
comp_2214()
haltOnFailure()
f_316596_()