Package net.minecraft.test
Interface BatchListener
- All Known Implementing Classes:
TestCommand.ReportingBatchListener
public interface BatchListener
- Mappings:
Namespace Name official rq
intermediary net/minecraft/class_9114
named net/minecraft/test/BatchListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFinished
(GameTestBatch batch) void
onStarted
(GameTestBatch batch)
-
Method Details
-
onStarted
- Mappings:
Namespace Name Mixin selector official a
Lrq;a(Lro;)V
intermediary method_56199
Lnet/minecraft/class_9114;method_56199(Lnet/minecraft/class_4514;)V
named onStarted
Lnet/minecraft/test/BatchListener;onStarted(Lnet/minecraft/test/GameTestBatch;)V
-
onFinished
- Mappings:
Namespace Name Mixin selector official b
Lrq;b(Lro;)V
intermediary method_56200
Lnet/minecraft/class_9114;method_56200(Lnet/minecraft/class_4514;)V
named onFinished
Lnet/minecraft/test/BatchListener;onFinished(Lnet/minecraft/test/GameTestBatch;)V
-