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 sm
  • Method Details Link icon

    • onStarted Link icon

      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 Lsm;a(Lsl;)V
    • onPassed Link icon

      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 Lsm;a(Lsl;Lso;)V
    • onFailed Link icon

      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 Lsm;b(Lsl;Lso;)V
    • onRetry Link icon

      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 Lsm;a(Lsl;Lsl;Lso;)V