Interface TestListener

All Known Implementing Classes:
StructureTestListener, TestCommand.Listener

public interface TestListener
Mappings:
Namespace Name
official lr
intermediary net/minecraft/class_4518
named net/minecraft/test/TestListener
  • Method Details

    • onStarted

      void onStarted​(GameTest test)
      Mappings:
      Namespace Name Mixin selector
      official a Llr;a(Llq;)V
      intermediary method_22188 Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)V
      named onStarted Lnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTest;)V
    • onPassed

      void onPassed​(GameTest test)
      Mappings:
      Namespace Name Mixin selector
      official b Llr;b(Llq;)V
      intermediary method_33317 Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;)V
      named onPassed Lnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTest;)V
    • onFailed

      void onFailed​(GameTest test)
      Mappings:
      Namespace Name Mixin selector
      official c Llr;c(Llq;)V
      intermediary method_22190 Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;)V
      named onFailed Lnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTest;)V