Package net.minecraft.server.command
Class TestFinder
java.lang.Object
net.minecraft.server.command.TestFinder
- All Implemented Interfaces:
TestInstanceBlockFinder
,TestInstanceFinder
- Mappings:
Namespace Name named net/minecraft/server/command/TestFinder
intermediary net/minecraft/class_9123
official tn
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TestInstanceBlockFinder
private final ServerCommandSource
private final TestInstanceFinder
(package private) static final TestInstanceFinder
(package private) static final TestInstanceBlockFinder
-
Constructor Summary
ConstructorsConstructorDescriptionTestFinder
(ServerCommandSource commandSource, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) -
Method Summary
-
Field Details
-
NOOP_TEST_FUNCTION_FINDER
- Mappings:
Namespace Name Mixin selector named NOOP_TEST_FUNCTION_FINDER
Lnet/minecraft/server/command/TestFinder;NOOP_TEST_FUNCTION_FINDER:Lnet/minecraft/test/TestInstanceFinder;
intermediary field_48507
Lnet/minecraft/class_9123;field_48507:Lnet/minecraft/class_10674;
official a
Ltn;a:Ltp;
-
NOOP_TEST_INSTANCE_BLOCK_FINDER
- Mappings:
Namespace Name Mixin selector named NOOP_TEST_INSTANCE_BLOCK_FINDER
Lnet/minecraft/server/command/TestFinder;NOOP_TEST_INSTANCE_BLOCK_FINDER:Lnet/minecraft/test/TestInstanceBlockFinder;
intermediary field_48508
Lnet/minecraft/class_9123;field_48508:Lnet/minecraft/class_10675;
official b
Ltn;b:Ltq;
-
instanceFinder
- Mappings:
Namespace Name Mixin selector named instanceFinder
Lnet/minecraft/server/command/TestFinder;instanceFinder:Lnet/minecraft/test/TestInstanceFinder;
intermediary field_56218
Lnet/minecraft/class_9123;field_56218:Lnet/minecraft/class_10674;
official c
Ltn;c:Ltp;
-
blockFinder
- Mappings:
Namespace Name Mixin selector named blockFinder
Lnet/minecraft/server/command/TestFinder;blockFinder:Lnet/minecraft/test/TestInstanceBlockFinder;
intermediary field_56219
Lnet/minecraft/class_9123;field_56219:Lnet/minecraft/class_10675;
official d
Ltn;d:Ltq;
-
commandSource
- Mappings:
Namespace Name Mixin selector named commandSource
Lnet/minecraft/server/command/TestFinder;commandSource:Lnet/minecraft/server/command/ServerCommandSource;
intermediary field_48511
Lnet/minecraft/class_9123;field_48511:Lnet/minecraft/class_2168;
official e
Ltn;e:Lek;
-
-
Constructor Details
-
TestFinder
TestFinder(ServerCommandSource commandSource, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/server/command/TestFinder;<init>(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/test/TestInstanceFinder;Lnet/minecraft/test/TestInstanceBlockFinder;)V
intermediary <init>
Lnet/minecraft/class_9123;<init>(Lnet/minecraft/class_2168;Lnet/minecraft/class_10674;Lnet/minecraft/class_10675;)V
official <init>
Ltn;<init>(Lek;Ltp;Ltq;)V
-
-
Method Details
-
findTestPos
- Specified by:
findTestPos
in interfaceTestInstanceBlockFinder
-
builder
- Mappings:
Namespace Name Mixin selector named builder
Lnet/minecraft/server/command/TestFinder;builder()Lnet/minecraft/server/command/TestFinder$Builder;
intermediary method_67070
Lnet/minecraft/class_9123;method_67070()Lnet/minecraft/class_9123$class_9124;
official a
Ltn;a()Ltn$a;
-
getCommandSource
- Mappings:
Namespace Name Mixin selector named getCommandSource
Lnet/minecraft/server/command/TestFinder;getCommandSource()Lnet/minecraft/server/command/ServerCommandSource;
intermediary method_56305
Lnet/minecraft/class_9123;method_56305()Lnet/minecraft/class_2168;
official b
Ltn;b()Lek;
-
findTests
- Specified by:
findTests
in interfaceTestInstanceFinder
-