Interface TestListener

All Known Implementing Classes:
StructureTestListener, TestCommand.Listener

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

    • onStarted

      void onStarted(GameTestState test)
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a(Lrs;)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, TestUtil testUtil)
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a(Lrs;Lrv;)V
      intermediary method_33317 Lnet/minecraft/class_4518;method_33317(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      named onPassed Lnet/minecraft/test/TestListener;onPassed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestUtil;)V
    • onFailed

      void onFailed(GameTestState test, TestUtil testUtil)
      Mappings:
      Namespace Name Mixin selector
      official b Lrt;b(Lrs;Lrv;)V
      intermediary method_22190 Lnet/minecraft/class_4518;method_22190(Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      named onFailed Lnet/minecraft/test/TestListener;onFailed(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestUtil;)V
    • method_56216

      void method_56216(GameTestState gameTestState, GameTestState gameTestState2, TestUtil testUtil)
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a(Lrs;Lrs;Lrv;)V
      intermediary method_56216 Lnet/minecraft/class_4518;method_56216(Lnet/minecraft/class_4517;Lnet/minecraft/class_4517;Lnet/minecraft/class_4520;)V
      named method_56216 Lnet/minecraft/test/TestListener;method_56216(Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/GameTestState;Lnet/minecraft/test/TestUtil;)V