Interface TestListener

All Known Implementing Classes:
StructureTestListener, TestCommand.Listener

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

    • onStarted

      void onStarted​(GameTest test)
      Mappings:
      Namespace Name Mixin selector
      official a Lls;a(Llr;)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 Lls;b(Llr;)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 Lls;c(Llr;)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