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 official sp$a
intermediary net/minecraft/class_9123$class_9124
named net/minecraft/server/command/TestFinder$Runners
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallStructures
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) allTestFunctions
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) failed
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) failed
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) in
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String testClass) named
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) nearest
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) 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 official a
Lsp$a;a:Ljava/util/function/Function;
intermediary field_48513
Lnet/minecraft/class_9123$class_9124;field_48513:Ljava/util/function/Function;
named runnerFactory
Lnet/minecraft/server/command/TestFinder$Runners;runnerFactory:Ljava/util/function/Function;
-
-
Constructor Details
-
Runners
- Mappings:
Namespace Name Mixin selector official <init>
Lsp$a;<init>(Ljava/util/function/Function;)V
intermediary <init>
Lnet/minecraft/class_9123$class_9124;<init>(Ljava/util/function/Function;)V
named <init>
Lnet/minecraft/server/command/TestFinder$Runners;<init>(Ljava/util/function/Function;)V
-
-
Method Details
-
surface
public T surface(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, int radius) - Mappings:
Namespace Name Mixin selector official a
Lsp$a;a(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;
named surface
Lnet/minecraft/server/command/TestFinder$Runners;surface(Lcom/mojang/brigadier/context/CommandContext;I)Ljava/lang/Object;
-
nearest
- Mappings:
Namespace Name Mixin selector official a
Lsp$a;a(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;
named nearest
Lnet/minecraft/server/command/TestFinder$Runners;nearest(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-
allStructures
- Mappings:
Namespace Name Mixin selector official b
Lsp$a;b(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;
named allStructures
Lnet/minecraft/server/command/TestFinder$Runners;allStructures(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-
targeted
- Mappings:
Namespace Name Mixin selector official c
Lsp$a;c(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;
named targeted
Lnet/minecraft/server/command/TestFinder$Runners;targeted(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-
allTestFunctions
- Mappings:
Namespace Name Mixin selector official d
Lsp$a;d(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;
named allTestFunctions
Lnet/minecraft/server/command/TestFinder$Runners;allTestFunctions(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-
in
public T in(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String testClass) - Mappings:
Namespace Name Mixin selector official a
Lsp$a;a(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;
named in
Lnet/minecraft/server/command/TestFinder$Runners;in(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;
-
failed
public T failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, boolean onlyRequired) - Mappings:
Namespace Name Mixin selector official a
Lsp$a;a(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;
named failed
Lnet/minecraft/server/command/TestFinder$Runners;failed(Lcom/mojang/brigadier/context/CommandContext;Z)Ljava/lang/Object;
-
named
public T named(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
Namespace Name Mixin selector official b
Lsp$a;b(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;
named named
Lnet/minecraft/server/command/TestFinder$Runners;named(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/lang/Object;
-
failed
- Mappings:
Namespace Name Mixin selector official e
Lsp$a;e(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;
named failed
Lnet/minecraft/server/command/TestFinder$Runners;failed(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-