Package net.minecraft.command
Interface Forkable<T>
- All Known Subinterfaces:
Forkable.RedirectModifier<T>
- All Known Implementing Classes:
ExecuteCommand.IfUnlessRedirector,ReturnCommand.ReturnRunRedirector
public interface Forkable<T>
- Mappings:
Namespace Name official glintermediary net/minecraft/class_8851named net/minecraft/command/Forkable
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
execute
void execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, ExecutionControl<T> control) - 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
-