net.minecraft.gametest.framework

public record TestFunction

um
net.minecraft.gametest.framework.TestFunction
net.minecraft.class_4529
net.minecraft.test.TestFunction
net.minecraft.gametest.framework.GameTestHarnessTestFunction

Field summary

Modifier and TypeField
private final String
a
batchName
comp_2218
batchId
private final String
b
testName
comp_2219
templatePath
private final String
c
structureName
comp_2220
templateName
private final Rotation
d
rotation
comp_2221
rotation
private final int
e
maxTicks
comp_2222
tickLimit
private final long
f
setupTicks
comp_2223
setupTicks
private final boolean
g
required
comp_2224
required
private final boolean
h
manualOnly
comp_2445
manualOnly
private final int
i
maxAttempts
comp_2225
maxAttempts
private final int
j
requiredSuccesses
comp_2226
requiredSuccesses
private final boolean
k
skyAccess
comp_2362
skyAccess
private final Consumer<GameTestHelper>
l
function
comp_2227
starter

Constructor summary

ModifierConstructor
public (String batchId, String templatePath, String templateName, int tickLimit, long duration, boolean required, Consumer<GameTestHelper> starter)
public (String batchId, String templatePath, String templateName, Rotation rotation, int tickLimit, long setupTicks, boolean required, Consumer<GameTestHelper> starter)
public (String batchId, String templatePath, String templateName, Rotation rotation, int tickLimit, long duration, boolean required, boolean arg7, int arg8, int arg9, boolean arg10, Consumer<GameTestHelper> arg11)

Method summary

Modifier and TypeMethod
public void
a(tr arg0)
run(GameTestHelper arg0)
method_22297(class_4516 arg0)
start(TestContext context)
public boolean
a()
isFlaky()
method_32257()
isFlaky()
public String
b()
batchName()
comp_2218()
batchId()
public String
c()
testName()
comp_2219()
templatePath()
public String
d()
structureName()
comp_2220()
templateName()
public Rotation
e()
rotation()
comp_2221()
rotation()
public int
f()
maxTicks()
comp_2222()
tickLimit()
public long
g()
setupTicks()
comp_2223()
setupTicks()
public boolean
h()
required()
comp_2224()
required()
public boolean
i()
manualOnly()
comp_2445()
manualOnly()
public int
j()
maxAttempts()
comp_2225()
maxAttempts()
public int
k()
requiredSuccesses()
comp_2226()
requiredSuccesses()
public boolean
l()
skyAccess()
comp_2362()
skyAccess()
public Consumer<GameTestHelper>
m()
function()
comp_2227()
starter()