Uses of Interface
net.minecraft.test.ITestCallback
Packages that use ITestCallback
-
Uses of ITestCallback in net.minecraft.test
Classes in net.minecraft.test that implement ITestCallbackFields in net.minecraft.test with type parameters of type ITestCallbackModifier and TypeFieldDescriptionprivate Collection<ITestCallback>
TestResultList.listeners
private final Collection<ITestCallback>
TestTracker.listeners
Methods in net.minecraft.test with parameters of type ITestCallbackModifier and TypeMethodDescriptionvoid
TestResultList.addListener
(ITestCallback p_240558_1_) void
TestTracker.addListener
(ITestCallback p_229504_1_)