Package net.minecraft.server.command
Class TestCommand.Listener
java.lang.Object
net.minecraft.server.command.TestCommand.Listener
- All Implemented Interfaces:
TestListener
- Enclosing class:
TestCommand
- Mappings:
Namespace Name official qm$a
intermediary net/minecraft/class_4527$class_4528
named net/minecraft/server/command/TestCommand$Listener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFailed
(GameTestState test) void
onPassed
(GameTestState test) void
onStarted
(GameTestState test)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official a
Lqm$a;a:Lakq;
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
Lqm$a;b:Lqh;
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>
Lqm$a;<init>(Lakq;Lqh;)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
Lpx;a(Lpw;)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
- Specified by:
onPassed
in interfaceTestListener
- Mappings:
Namespace Name Mixin selector official b
Lpx;b(Lpw;)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
- Specified by:
onFailed
in interfaceTestListener
- Mappings:
Namespace Name Mixin selector official c
Lpx;c(Lpw;)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
-