Class ReturnCommand.ReturnRunRedirector<T extends AbstractServerCommandSource<T>>

java.lang.Object
net.minecraft.server.command.ReturnCommand.ReturnRunRedirector<T>
All Implemented Interfaces:
com.mojang.brigadier.RedirectModifier<T>, Forkable<T>, Forkable.RedirectModifier<T>
Enclosing class:
ReturnCommand

private static class ReturnCommand.ReturnRunRedirector<T extends AbstractServerCommandSource<T>> extends Object implements Forkable.RedirectModifier<T>
Mappings:
Namespace Name
official ajn$a
intermediary net/minecraft/class_8503$class_8834
named net/minecraft/server/command/ReturnCommand$ReturnRunRedirector
  • Constructor Details

    • ReturnRunRedirector

      ReturnRunRedirector()
  • Method Details

    • execute

      public void execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, ExecutionControl<T> control)
      Specified by:
      execute in interface Forkable<T extends AbstractServerCommandSource<T>>
      Mappings:
      Namespace Name Mixin selector
      official a Lgl;a(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)V
      intermediary method_54270 Lnet/minecraft/class_8851;method_54270(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
      named execute Lnet/minecraft/command/Forkable;execute(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/command/ExecutionControl;)V