net.minecraft.gametest.framework

public class MultipleTestTracker

tj
net.minecraft.gametest.framework.MultipleTestTracker
net.minecraft.class_4524

Field summary

Modifier and TypeField
private static final char
a
NOT_STARTED_TEST_CHAR
field_33168
private static final char
b
ONGOING_TEST_CHAR
field_33169
private static final char
c
SUCCESSFUL_TEST_CHAR
field_33170
private static final char
d
FAILED_OPTIONAL_TEST_CHAR
field_33171
private static final char
e
FAILED_REQUIRED_TEST_CHAR
field_33172
private final Collection<GameTestInfo>
f
tests
field_20577
private final Collection<GameTestListener>
g
listeners
field_25303

Constructor summary

ModifierConstructor
public ()
public (Collection<GameTestInfo> arg0)

Method summary

Modifier and TypeMethod
public void
a(sv arg0)
addTestToTrack(GameTestInfo arg0)
method_22230(class_4517 arg0)
public void
a(sy arg0)
addListener(GameTestListener arg0)
method_22231(class_4518 arg0)
public void
a(Consumer<sv> arg0)
addFailureListener(Consumer<GameTestInfo> arg0)
method_29407(Consumer<class_4517> arg0)
public int
a()
getFailedRequiredCount()
method_22229()
public int
b()
getFailedOptionalCount()
method_22234()
public int
c()
getDoneCount()
method_22235()
public boolean
d()
hasFailedRequired()
method_22236()
public boolean
e()
hasFailedOptional()
method_22237()
public Collection<GameTestInfo>
f()
getFailedRequired()
method_36103()
public Collection<GameTestInfo>
g()
getFailedOptional()
method_36104()
public int
h()
getTotalCount()
method_22238()
public boolean
i()
isDone()
method_22239()
public String
j()
getProgressBar()
method_22240()
public void
b(sv arg0)
remove(GameTestInfo arg0)
method_56243(class_4517 arg0)