Package net.minecraft.server.command
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$aintermediary net/minecraft/class_8503$class_8834named net/minecraft/server/command/ReturnCommand$ReturnRunRedirector
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.Forkable
Forkable.RedirectModifier<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.Forkable.RedirectModifier
apply
-
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:
executein interfaceForkable<T extends AbstractServerCommandSource<T>>- Mappings:
Namespace Name Mixin selector official aLgl;a(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)Vintermediary method_54270Lnet/minecraft/class_8851;method_54270(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)Vnamed executeLnet/minecraft/command/Forkable;execute(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/command/ExecutionControl;)V
-