Uses of Interface
net.minecraft.test.ITestCallback
-
Packages that use ITestCallback Package Description net.minecraft.test -
-
Uses of ITestCallback in net.minecraft.test
Classes in net.minecraft.test that implement ITestCallback Modifier and Type Class Description (package private) static class
TestCommand.Callback
Fields in net.minecraft.test with type parameters of type ITestCallback Modifier and Type Field Description private java.util.Collection<ITestCallback>
TestResultList. listeners
private java.util.Collection<ITestCallback>
TestTracker. listeners
Methods in net.minecraft.test with parameters of type ITestCallback Modifier and Type Method Description void
TestResultList. addListener(ITestCallback p_240558_1_)
void
TestTracker. addListener(ITestCallback p_229504_1_)
-