Package net.minecraft.command
Interface ExecutionControl<T>
public interface ExecutionControl<T>
- Mappings:
Namespace Name official gp
intermediary net/minecraft/class_8855
named net/minecraft/command/ExecutionControl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enqueueAction
(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 a
Lgp;a(Lgn;)V
intermediary method_54402
Lnet/minecraft/class_8855;method_54402(Lnet/minecraft/class_8853;)V
named enqueueAction
Lnet/minecraft/command/ExecutionControl;enqueueAction(Lnet/minecraft/command/CommandAction;)V
-
setTracer
- Mappings:
Namespace Name Mixin selector official a
Lgp;a(Lgr;)V
intermediary method_54403
Lnet/minecraft/class_8855;method_54403(Lnet/minecraft/class_6346;)V
named setTracer
Lnet/minecraft/command/ExecutionControl;setTracer(Lnet/minecraft/server/function/Tracer;)V
-
getTracer
- Mappings:
Namespace Name Mixin selector official a
Lgp;a()Lgr;
intermediary method_54404
Lnet/minecraft/class_8855;method_54404()Lnet/minecraft/class_6346;
named getTracer
Lnet/minecraft/command/ExecutionControl;getTracer()Lnet/minecraft/server/function/Tracer;
-
getFrame
Frame getFrame()- Mappings:
Namespace Name Mixin selector official b
Lgp;b()Lgq;
intermediary method_54893
Lnet/minecraft/class_8855;method_54893()Lnet/minecraft/class_8937;
named getFrame
Lnet/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 a
Lgp;a(Lgo;Lgq;)Lgp;
intermediary method_54892
Lnet/minecraft/class_8855;method_54892(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Lnet/minecraft/class_8855;
named of
Lnet/minecraft/command/ExecutionControl;of(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Lnet/minecraft/command/ExecutionControl;
-