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 akl$b
intermediary net/minecraft/class_8503$class_8834
named net/minecraft/server/command/ReturnCommand$ReturnRunRedirector
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.Forkable
Forkable.RedirectModifier<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T t, List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.command.Forkable.RedirectModifier
apply
-
Constructor Details
-
ReturnRunRedirector
ReturnRunRedirector()
-
-
Method Details
-
execute
public void execute(T t, List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) - Specified by:
execute
in interfaceForkable<T extends AbstractServerCommandSource<T>>
- Mappings:
Namespace Name Mixin selector official a
Lakl$b;a(Ldu;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lgj;Lgp;)V
intermediary method_54864
Lnet/minecraft/class_8503$class_8834;method_54864(Lnet/minecraft/class_8839;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
named execute
Lnet/minecraft/server/command/ReturnCommand$ReturnRunRedirector;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
-