Package net.minecraft.server.command
Class TestFinder.Runners<T>
java.lang.Object
net.minecraft.server.command.TestFinder.Runners<T>
- Enclosing class:
- TestFinder<T>
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/TestFinder$Runners- intermediary - net/minecraft/class_9123$class_9124- official - te$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Function<TestFinder<T>, T> private final UnaryOperator<Supplier<Stream<BlockPos>>> private final UnaryOperator<Supplier<Stream<TestFunction>>> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionRunners(Function<TestFinder<T>, T> runnerFactory) privateRunners(Function<TestFinder<T>, T> runnerFactory, UnaryOperator<Supplier<Stream<TestFunction>>> testFunctionsSupplierMapper, UnaryOperator<Supplier<Stream<BlockPos>>> structurePosSupplierMapper) 
- 
Method SummaryModifier and TypeMethodDescriptionallStructures(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) allTestFunctions(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) private TcreateRunner(ServerCommandSource source, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockFinder) failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) functionNamed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) in(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String testClass) nearest(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) repeat(int count) private static <Q> UnaryOperator<Supplier<Stream<Q>>> repeating(int count) structureNamed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) targeted(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) 
- 
Field Details- 
runnerFactory- Mappings:
- Namespace - Name - Mixin selector - named - runnerFactory- Lnet/minecraft/server/command/TestFinder$Runners;runnerFactory:Ljava/util/function/Function;- intermediary - field_48513- Lnet/minecraft/class_9123$class_9124;field_48513:Ljava/util/function/Function;- official - a- Lte$a;a:Ljava/util/function/Function;
 
- 
testFunctionsSupplierMapper- Mappings:
- Namespace - Name - Mixin selector - named - testFunctionsSupplierMapper- Lnet/minecraft/server/command/TestFinder$Runners;testFunctionsSupplierMapper:Ljava/util/function/UnaryOperator;- intermediary - field_49663- Lnet/minecraft/class_9123$class_9124;field_49663:Ljava/util/function/UnaryOperator;- official - b- Lte$a;b:Ljava/util/function/UnaryOperator;
 
- 
structurePosSupplierMapper- Mappings:
- Namespace - Name - Mixin selector - named - structurePosSupplierMapper- Lnet/minecraft/server/command/TestFinder$Runners;structurePosSupplierMapper:Ljava/util/function/UnaryOperator;- intermediary - field_49664- Lnet/minecraft/class_9123$class_9124;field_49664:Ljava/util/function/UnaryOperator;- official - c- Lte$a;c:Ljava/util/function/UnaryOperator;
 
 
- 
- 
Constructor Details- 
Runners- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/command/TestFinder$Runners;<init>(Ljava/util/function/Function;)V- intermediary - <init>- Lnet/minecraft/class_9123$class_9124;<init>(Ljava/util/function/Function;)V- official - <init>- Lte$a;<init>(Ljava/util/function/Function;)V
 
- 
Runnersprivate Runners(Function<TestFinder<T>, T> runnerFactory, UnaryOperator<Supplier<Stream<TestFunction>>> testFunctionsSupplierMapper, UnaryOperator<Supplier<Stream<BlockPos>>> structurePosSupplierMapper) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/command/TestFinder$Runners;<init>(Ljava/util/function/Function;Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V- intermediary - <init>- Lnet/minecraft/class_9123$class_9124;<init>(Ljava/util/function/Function;Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V- official - <init>- Lte$a;<init>(Ljava/util/function/Function;Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V
 
 
- 
- 
Method Details- 
repeat- Mappings:
- Namespace - Name - Mixin selector - named - repeat- Lnet/minecraft/server/command/TestFinder$Runners;repeat(I)Lnet/minecraft/server/command/TestFinder$Runners;- intermediary - method_57965- Lnet/minecraft/class_9123$class_9124;method_57965(I)Lnet/minecraft/class_9123$class_9124;- official - a- Lte$a;a(I)Lte$a;
 
- 
repeating- Mappings:
- Namespace - Name - Mixin selector - named - repeating- Lnet/minecraft/server/command/TestFinder$Runners;repeating(I)Ljava/util/function/UnaryOperator;- intermediary - method_57970- Lnet/minecraft/class_9123$class_9124;method_57970(I)Ljava/util/function/UnaryOperator;- official - b- Lte$a;b(I)Ljava/util/function/UnaryOperator;
 
- 
createRunnerprivate T createRunner(ServerCommandSource source, TestFunctionFinder testFunctionFinder, StructureBlockFinder structureBlockFinder) - Mappings:
- Namespace - Name - Mixin selector - named - createRunner- Lnet/minecraft/server/command/TestFinder$Runners;createRunner(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/test/TestFunctionFinder;Lnet/minecraft/test/StructureBlockFinder;)Ljava/lang/Object;- intermediary - method_57967- Lnet/minecraft/class_9123$class_9124;method_57967(Lnet/minecraft/class_2168;Lnet/minecraft/class_9125;Lnet/minecraft/class_9119;)Ljava/lang/Object;- official - a- Lte$a;a(Lex;Lth;Lsz;)Ljava/lang/Object;
 
- 
surfacepublic T surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) - Mappings:
- Namespace - Name - Mixin selector - named - surface- Lnet/minecraft/server/command/TestFinder$Runners;surface(Lcom/mojang/brigadier/context/CommandContext;I)Ljava/lang/Object;- intermediary - method_56310- Lnet/minecraft/class_9123$class_9124;method_56310(Lcom/mojang/brigadier/context/CommandContext;I)Ljava/lang/Object;- official - a- Lte$a;a(Lcom/mojang/brigadier/context/CommandContext;I)Ljava/lang/Object;
 
- 
nearest- Mappings:
- Namespace - Name - Mixin selector - named - nearest- Lnet/minecraft/server/command/TestFinder$Runners;nearest(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- intermediary - method_56309- Lnet/minecraft/class_9123$class_9124;method_56309(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- official - a- Lte$a;a(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
- 
allStructures- Mappings:
- Namespace - Name - Mixin selector - named - allStructures- Lnet/minecraft/server/command/TestFinder$Runners;allStructures(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- intermediary - method_56318- Lnet/minecraft/class_9123$class_9124;method_56318(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- official - b- Lte$a;b(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
- 
targeted- Mappings:
- Namespace - Name - Mixin selector - named - targeted- Lnet/minecraft/server/command/TestFinder$Runners;targeted(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- intermediary - method_56321- Lnet/minecraft/class_9123$class_9124;method_56321(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- official - c- Lte$a;c(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
- 
allTestFunctions- Mappings:
- Namespace - Name - Mixin selector - named - allTestFunctions- Lnet/minecraft/server/command/TestFinder$Runners;allTestFunctions(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- intermediary - method_56323- Lnet/minecraft/class_9123$class_9124;method_56323(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- official - d- Lte$a;d(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
- 
inpublic T in(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String testClass) - Mappings:
- Namespace - Name - Mixin selector - named - in- Lnet/minecraft/server/command/TestFinder$Runners;in(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- intermediary - method_56311- Lnet/minecraft/class_9123$class_9124;method_56311(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- official - a- Lte$a;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;
 
- 
failedpublic T failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) - Mappings:
- Namespace - Name - Mixin selector - named - failed- Lnet/minecraft/server/command/TestFinder$Runners;failed(Lcom/mojang/brigadier/context/CommandContext;Z)Ljava/lang/Object;- intermediary - method_56312- Lnet/minecraft/class_9123$class_9124;method_56312(Lcom/mojang/brigadier/context/CommandContext;Z)Ljava/lang/Object;- official - a- Lte$a;a(Lcom/mojang/brigadier/context/CommandContext;Z)Ljava/lang/Object;
 
- 
functionNamedpublic T functionNamed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
- Namespace - Name - Mixin selector - named - functionNamed- Lnet/minecraft/server/command/TestFinder$Runners;functionNamed(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- intermediary - method_56319- Lnet/minecraft/class_9123$class_9124;method_56319(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- official - b- Lte$a;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;
 
- 
structureNamedpublic T structureNamed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
- Namespace - Name - Mixin selector - named - structureNamed- Lnet/minecraft/server/command/TestFinder$Runners;structureNamed(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- intermediary - method_59792- Lnet/minecraft/class_9123$class_9124;method_59792(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;- official - c- Lte$a;c(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;
 
- 
failed- Mappings:
- Namespace - Name - Mixin selector - named - failed- Lnet/minecraft/server/command/TestFinder$Runners;failed(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- intermediary - method_56324- Lnet/minecraft/class_9123$class_9124;method_56324(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;- official - e- Lte$a;e(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
 
-