Class TestFinder.Runners<T>

java.lang.Object
net.minecraft.server.command.TestFinder.Runners<T>
Enclosing class:
TestFinder<T>

public static class TestFinder.Runners<T> extends Object
Mappings:
Namespace Name
official sl$a
intermediary net/minecraft/class_9123$class_9124
named net/minecraft/server/command/TestFinder$Runners
  • Field Details

    • runnerFactory

      private final Function<TestFinder<T>,T> runnerFactory
      Mappings:
      Namespace Name Mixin selector
      official a Lsl$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

      public Runners(Function<TestFinder<T>,T> runnerFactory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsl$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 Lsl$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

      public T nearest(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
      Mappings:
      Namespace Name Mixin selector
      official a Lsl$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

      public T allStructures(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
      Mappings:
      Namespace Name Mixin selector
      official b Lsl$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

      public T targeted(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
      Mappings:
      Namespace Name Mixin selector
      official c Lsl$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

      public T allTestFunctions(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
      Mappings:
      Namespace Name Mixin selector
      official d Lsl$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 Lsl$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 Lsl$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 Lsl$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

      public T failed(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)
      Mappings:
      Namespace Name Mixin selector
      official e Lsl$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;