Interface TestListener

All Known Implementing Classes:
StructureTestListener, TestCommand.Listener

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

    • onStarted

      void onStarted(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official a Lpq;a(Lpp;)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/GameTestState;)V
    • onPassed

      void onPassed(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official b Lpq;b(Lpp;)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/GameTestState;)V
    • onFailed

      void onFailed(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official c Lpq;c(Lpp;)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/GameTestState;)V