Package net.minecraft.command
Interface ExecutionControl<T>
public interface ExecutionControl<T>
- Mappings:
Namespace Name official gpintermediary net/minecraft/class_8855named net/minecraft/command/ExecutionControl
-
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 official aLgp;a(Lgn;)Vintermediary method_54402Lnet/minecraft/class_8855;method_54402(Lnet/minecraft/class_8853;)Vnamed enqueueActionLnet/minecraft/command/ExecutionControl;enqueueAction(Lnet/minecraft/command/CommandAction;)V
-
setTracer
- Mappings:
Namespace Name Mixin selector official aLgp;a(Lgr;)Vintermediary method_54403Lnet/minecraft/class_8855;method_54403(Lnet/minecraft/class_6346;)Vnamed setTracerLnet/minecraft/command/ExecutionControl;setTracer(Lnet/minecraft/server/function/Tracer;)V
-
getTracer
- Mappings:
Namespace Name Mixin selector official aLgp;a()Lgr;intermediary method_54404Lnet/minecraft/class_8855;method_54404()Lnet/minecraft/class_6346;named getTracerLnet/minecraft/command/ExecutionControl;getTracer()Lnet/minecraft/server/function/Tracer;
-
getFrame
Frame getFrame()- Mappings:
Namespace Name Mixin selector official bLgp;b()Lgq;intermediary method_54893Lnet/minecraft/class_8855;method_54893()Lnet/minecraft/class_8937;named getFrameLnet/minecraft/command/ExecutionControl;getFrame()Lnet/minecraft/command/Frame;
-
of
static <T extends AbstractServerCommandSource<T>> ExecutionControl<T> of(CommandExecutionContext<T> context, Frame frame) - Mappings:
Namespace Name Mixin selector official aLgp;a(Lgo;Lgq;)Lgp;intermediary method_54892Lnet/minecraft/class_8855;method_54892(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Lnet/minecraft/class_8855;named ofLnet/minecraft/command/ExecutionControl;of(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Lnet/minecraft/command/ExecutionControl;
-