Package net.minecraft.server.command
Class TestFinder.Builder
java.lang.Object
net.minecraft.server.command.TestFinder.Builder
- Enclosing class:
- TestFinder
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/TestFinder$Builder- intermediary - net/minecraft/class_9123$class_9124- official - tn$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final UnaryOperator<Supplier<Stream<BlockPos>>> private final UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionBuilder()privateBuilder(UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> testInstanceFinderMapper, UnaryOperator<Supplier<Stream<BlockPos>>> testInstanceBlockFinderMapper) 
- 
Method SummaryModifier and TypeMethodDescriptionallStructures(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) private TestFinderbuild(ServerCommandSource source, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) nearest(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) repeat(int count) private static <Q> UnaryOperator<Supplier<Stream<Q>>> repeating(int count) selector(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<RegistryEntry.Reference<TestInstance>> selected) surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) targeted(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) 
- 
Field Details- 
testInstanceFinderMapperprivate final UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> testInstanceFinderMapper- Mappings:
- Namespace - Name - Mixin selector - named - testInstanceFinderMapper- Lnet/minecraft/server/command/TestFinder$Builder;testInstanceFinderMapper:Ljava/util/function/UnaryOperator;- intermediary - field_56220- Lnet/minecraft/class_9123$class_9124;field_56220:Ljava/util/function/UnaryOperator;- official - a- Ltn$a;a:Ljava/util/function/UnaryOperator;
 
- 
testInstanceBlockFinderMapper- Mappings:
- Namespace - Name - Mixin selector - named - testInstanceBlockFinderMapper- Lnet/minecraft/server/command/TestFinder$Builder;testInstanceBlockFinderMapper:Ljava/util/function/UnaryOperator;- intermediary - field_49664- Lnet/minecraft/class_9123$class_9124;field_49664:Ljava/util/function/UnaryOperator;- official - b- Ltn$a;b:Ljava/util/function/UnaryOperator;
 
 
- 
- 
Constructor Details- 
Builderpublic Builder()
- 
Builderprivate Builder(UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> testInstanceFinderMapper, UnaryOperator<Supplier<Stream<BlockPos>>> testInstanceBlockFinderMapper) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/command/TestFinder$Builder;<init>(Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V- intermediary - <init>- Lnet/minecraft/class_9123$class_9124;<init>(Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V- official - <init>- Ltn$a;<init>(Ljava/util/function/UnaryOperator;Ljava/util/function/UnaryOperator;)V
 
 
- 
- 
Method Details- 
repeat- Mappings:
- Namespace - Name - Mixin selector - named - repeat- Lnet/minecraft/server/command/TestFinder$Builder;repeat(I)Lnet/minecraft/server/command/TestFinder$Builder;- intermediary - method_57965- Lnet/minecraft/class_9123$class_9124;method_57965(I)Lnet/minecraft/class_9123$class_9124;- official - a- Ltn$a;a(I)Ltn$a;
 
- 
repeating- Mappings:
- Namespace - Name - Mixin selector - named - repeating- Lnet/minecraft/server/command/TestFinder$Builder;repeating(I)Ljava/util/function/UnaryOperator;- intermediary - method_57970- Lnet/minecraft/class_9123$class_9124;method_57970(I)Ljava/util/function/UnaryOperator;- official - b- Ltn$a;b(I)Ljava/util/function/UnaryOperator;
 
- 
buildprivate TestFinder build(ServerCommandSource source, TestInstanceFinder instanceFinder, TestInstanceBlockFinder blockFinder) - Mappings:
- Namespace - Name - Mixin selector - named - build- Lnet/minecraft/server/command/TestFinder$Builder;build(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/test/TestInstanceFinder;Lnet/minecraft/test/TestInstanceBlockFinder;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_57967- Lnet/minecraft/class_9123$class_9124;method_57967(Lnet/minecraft/class_2168;Lnet/minecraft/class_10674;Lnet/minecraft/class_10675;)Lnet/minecraft/class_9123;- official - a- Ltn$a;a(Lek;Ltp;Ltq;)Ltn;
 
- 
surfacepublic TestFinder surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) - Mappings:
- Namespace - Name - Mixin selector - named - surface- Lnet/minecraft/server/command/TestFinder$Builder;surface(Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56310- Lnet/minecraft/class_9123$class_9124;method_56310(Lcom/mojang/brigadier/context/CommandContext;I)Lnet/minecraft/class_9123;- official - a- Ltn$a;a(Lcom/mojang/brigadier/context/CommandContext;I)Ltn;
 
- 
nearest- Mappings:
- Namespace - Name - Mixin selector - named - nearest- Lnet/minecraft/server/command/TestFinder$Builder;nearest(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56309- Lnet/minecraft/class_9123$class_9124;method_56309(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_9123;- official - a- Ltn$a;a(Lcom/mojang/brigadier/context/CommandContext;)Ltn;
 
- 
allStructurespublic TestFinder allStructures(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) - Mappings:
- Namespace - Name - Mixin selector - named - allStructures- Lnet/minecraft/server/command/TestFinder$Builder;allStructures(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56318- Lnet/minecraft/class_9123$class_9124;method_56318(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_9123;- official - b- Ltn$a;b(Lcom/mojang/brigadier/context/CommandContext;)Ltn;
 
- 
targetedpublic TestFinder targeted(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) - Mappings:
- Namespace - Name - Mixin selector - named - targeted- Lnet/minecraft/server/command/TestFinder$Builder;targeted(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56321- Lnet/minecraft/class_9123$class_9124;method_56321(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_9123;- official - c- Ltn$a;c(Lcom/mojang/brigadier/context/CommandContext;)Ltn;
 
- 
failedpublic TestFinder failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) - Mappings:
- Namespace - Name - Mixin selector - named - failed- Lnet/minecraft/server/command/TestFinder$Builder;failed(Lcom/mojang/brigadier/context/CommandContext;Z)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56312- Lnet/minecraft/class_9123$class_9124;method_56312(Lcom/mojang/brigadier/context/CommandContext;Z)Lnet/minecraft/class_9123;- official - a- Ltn$a;a(Lcom/mojang/brigadier/context/CommandContext;Z)Ltn;
 
- 
selectorpublic TestFinder selector(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<RegistryEntry.Reference<TestInstance>> selected) - Mappings:
- Namespace - Name - Mixin selector - named - selector- Lnet/minecraft/server/command/TestFinder$Builder;selector(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_67071- Lnet/minecraft/class_9123$class_9124;method_67071(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;)Lnet/minecraft/class_9123;- official - a- Ltn$a;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/util/Collection;)Ltn;
 
- 
failed- Mappings:
- Namespace - Name - Mixin selector - named - failed- Lnet/minecraft/server/command/TestFinder$Builder;failed(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/server/command/TestFinder;- intermediary - method_56324- Lnet/minecraft/class_9123$class_9124;method_56324(Lcom/mojang/brigadier/context/CommandContext;)Lnet/minecraft/class_9123;- official - d- Ltn$a;d(Lcom/mojang/brigadier/context/CommandContext;)Ltn;
 
 
-