Interface TestListener

All Known Implementing Classes:
StructureTestListener, TestCommand.Listener

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

    • onStarted

      void onStarted(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      named onStarted Lnet/minecraft/test/TestListener;onStarted(Lnet/minecraft/test/GameTestState;)V
      intermediary method_22188 Lnet/minecraft/class_4518;method_22188(Lnet/minecraft/class_4517;)V
      official a Lsy;a(Lsx;)V
    • onPassed

      void onPassed(GameTestState test, TestRunContext context)
      Mappings:
      Namespace Name Mixin selector
      named onPassed Lnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
      intermediary method_33317 Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      official a Lsy;a(Lsx;Lta;)V
    • onFailed

      void onFailed(GameTestState test, TestRunContext context)
      Mappings:
      Namespace Name Mixin selector
      named onFailed Lnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
      intermediary method_22190 Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      official b Lsy;b(Lsx;Lta;)V
    • onRetry

      void onRetry(GameTestState prevState, GameTestState nextState, TestRunContext context)
      Mappings:
      Namespace Name Mixin selector
      named onRetry Lnet/minecraft/test/TestListener;onRetry(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestRunContext;)V
      intermediary method_56216 Lnet/minecraft/class_4518;method_56216(Lnet/minecraft/class_4517;Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      official a Lsy;a(Lsx;Lsx;Lta;)V