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 classTestCommand.CallbackFields in net.minecraft.test with type parameters of type ITestCallback Modifier and Type Field Description private java.util.Collection<ITestCallback>TestResultList. listenersprivate java.util.Collection<ITestCallback>TestTracker. listenersMethods in net.minecraft.test with parameters of type ITestCallback Modifier and Type Method Description voidTestResultList. addListener(ITestCallback p_240558_1_)voidTestTracker. addListener(ITestCallback p_229504_1_)
-