Package net.minecraft.command
Interface ExecutionControl<T>
public interface ExecutionControl<T>
- Mappings:
 Namespace Name named net/minecraft/command/ExecutionControlintermediary net/minecraft/class_8855official ho
- 
Method Summary
Modifier and TypeMethodDescriptionvoidenqueueAction(CommandAction<T> action) getFrame()static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T> of(CommandExecutionContext<T> context, Frame frame) void 
- 
Method Details
- 
enqueueAction
- Mappings:
 Namespace Name Mixin selector named enqueueActionLnet/minecraft/command/ExecutionControl;enqueueAction(Lnet/minecraft/command/CommandAction;)Vintermediary method_54402Lnet/minecraft/class_8855;method_54402(Lnet/minecraft/class_8853;)Vofficial aLho;a(Lhm;)V
 - 
setTracer
- Mappings:
 Namespace Name Mixin selector named setTracerLnet/minecraft/command/ExecutionControl;setTracer(Lnet/minecraft/server/function/Tracer;)Vintermediary method_54403Lnet/minecraft/class_8855;method_54403(Lnet/minecraft/class_6346;)Vofficial aLho;a(Lhq;)V
 - 
getTracer
- Mappings:
 Namespace Name Mixin selector named getTracerLnet/minecraft/command/ExecutionControl;getTracer()Lnet/minecraft/server/function/Tracer;intermediary method_54404Lnet/minecraft/class_8855;method_54404()Lnet/minecraft/class_6346;official aLho;a()Lhq;
 - 
getFrame
Frame getFrame()- Mappings:
 Namespace Name Mixin selector named getFrameLnet/minecraft/command/ExecutionControl;getFrame()Lnet/minecraft/command/Frame;intermediary method_54893Lnet/minecraft/class_8855;method_54893()Lnet/minecraft/class_8937;official bLho;b()Lhp;
 - 
of
static <T extends AbstractServerCommandSource<T>> ExecutionControl<T> of(CommandExecutionContext<T> context, Frame frame) - Mappings:
 Namespace Name Mixin selector named ofLnet/minecraft/command/ExecutionControl;of(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Lnet/minecraft/command/ExecutionControl;intermediary method_54892Lnet/minecraft/class_8855;method_54892(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Lnet/minecraft/class_8855;official aLho;a(Lhn;Lhp;)Lho;
 
 -