Package net.minecraft.test
Interface ITestCallback
-
- All Known Implementing Classes:
TestCommand.Callback
public interface ITestCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
testFailed(TestTracker p_225645_1_)
void
testStructureLoaded(TestTracker p_225644_1_)
-
-
-
Method Detail
-
testStructureLoaded
void testStructureLoaded(TestTracker p_225644_1_)
-
testFailed
void testFailed(TestTracker p_225645_1_)
-
-