Interface ExecutionControl<T>


public interface ExecutionControl<T>
Mappings:
Namespace Name
named net/minecraft/command/ExecutionControl
intermediary net/minecraft/class_8855
official hp
  • Method Details

    • enqueueAction

      void enqueueAction(CommandAction<T> action)
      Mappings:
      Namespace Name Mixin selector
      named enqueueAction Lnet/minecraft/command/ExecutionControl;enqueueAction(Lnet/minecraft/command/CommandAction;)V
      intermediary method_54402 Lnet/minecraft/class_8855;method_54402(Lnet/minecraft/class_8853;)V
      official a Lhp;a(Lhn;)V
    • setTracer

      void setTracer(@Nullable @Nullable Tracer tracer)
      Mappings:
      Namespace Name Mixin selector
      named setTracer Lnet/minecraft/command/ExecutionControl;setTracer(Lnet/minecraft/server/function/Tracer;)V
      intermediary method_54403 Lnet/minecraft/class_8855;method_54403(Lnet/minecraft/class_6346;)V
      official a Lhp;a(Lhr;)V
    • getTracer

      Mappings:
      Namespace Name Mixin selector
      named getTracer Lnet/minecraft/command/ExecutionControl;getTracer()Lnet/minecraft/server/function/Tracer;
      intermediary method_54404 Lnet/minecraft/class_8855;method_54404()Lnet/minecraft/class_6346;
      official a Lhp;a()Lhr;
    • getFrame

      Frame getFrame()
      Mappings:
      Namespace Name Mixin selector
      named getFrame Lnet/minecraft/command/ExecutionControl;getFrame()Lnet/minecraft/command/Frame;
      intermediary method_54893 Lnet/minecraft/class_8855;method_54893()Lnet/minecraft/class_8937;
      official b Lhp;b()Lhq;
    • of

      static <T extends AbstractServerCommandSource<T>> ExecutionControl<T> of(CommandExecutionContext<T> context, Frame frame)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/command/ExecutionControl;of(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Lnet/minecraft/command/ExecutionControl;
      intermediary method_54892 Lnet/minecraft/class_8855;method_54892(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Lnet/minecraft/class_8855;
      official a Lhp;a(Lho;Lhq;)Lhp;