Package net.minecraft.server.command
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 mg$a
intermediary net/minecraft/class_4527$class_4528
named net/minecraft/server/command/TestCommand$Listener
-
Field Summary
Fields Modifier and Type Field Description private TestSet
tests
private ServerWorld
world
-
Constructor Summary
Constructors Constructor Description Listener(ServerWorld world, TestSet tests)
-
Method Summary
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official a
Lmg$a;a:Laav;
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
- Mappings:
Namespace Name Mixin selector official b
Lmg$a;b:Lmb;
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
- Mappings:
Namespace Name Mixin selector official <init>
Lmg$a;<init>(Laav;Lmb;)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
- Specified by:
onStarted
in interfaceTestListener
- Mappings:
Namespace Name Mixin selector official a
Llr;a(Llq;)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/GameTest;)V
-
onPassed
- Specified by:
onPassed
in interfaceTestListener
- Mappings:
Namespace Name Mixin selector official b
Llr;b(Llq;)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/GameTest;)V
-
onFailed
- Specified by:
onFailed
in interfaceTestListener
- Mappings:
Namespace Name Mixin selector official c
Llr;c(Llq;)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/GameTest;)V
-