Class TestCommand.Listener

java.lang.Object
net.minecraft.server.command.TestCommand.Listener
All Implemented Interfaces:
TestListener
Enclosing class:
TestCommand

static class TestCommand.Listener extends Object implements TestListener
Mappings:
Namespace Name
official ml$a
intermediary net/minecraft/class_4527$class_4528
named net/minecraft/server/command/TestCommand$Listener
  • Field Details

    • world

      private final ServerWorld world
      Mappings:
      Namespace Name Mixin selector
      official a Lml$a;a:Labj;
      intermediary field_20581 Lnet/minecraft/class_4527$class_4528;field_20581:Lnet/minecraft/class_3218;
      named world Lnet/minecraft/server/command/TestCommand$Listener;world:Lnet/minecraft/server/world/ServerWorld;
    • tests

      private final TestSet tests
      Mappings:
      Namespace Name Mixin selector
      official b Lml$a;b:Lmg;
      intermediary field_20582 Lnet/minecraft/class_4527$class_4528;field_20582:Lnet/minecraft/class_4524;
      named tests Lnet/minecraft/server/command/TestCommand$Listener;tests:Lnet/minecraft/test/TestSet;
  • Constructor Details

    • Listener

      public Listener(ServerWorld world, TestSet tests)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lml$a;<init>(Labj;Lmg;)V
      intermediary <init> Lnet/minecraft/class_4527$class_4528;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_4524;)V
      named <init> Lnet/minecraft/server/command/TestCommand$Listener;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/test/TestSet;)V
  • Method Details

    • onStarted

      public void onStarted(GameTestState test)
      Specified by:
      onStarted in interface TestListener
      Mappings:
      Namespace Name Mixin selector
      official a Llw;a(Llv;)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

      public void onPassed(GameTestState test)
      Specified by:
      onPassed in interface TestListener
      Mappings:
      Namespace Name Mixin selector
      official b Llw;b(Llv;)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

      public void onFailed(GameTestState test)
      Specified by:
      onFailed in interface TestListener
      Mappings:
      Namespace Name Mixin selector
      official c Llw;c(Llv;)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