Interface ExecutionControl<T>


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

    • enqueueAction

      void enqueueAction(CommandAction<T> action)
      Mappings:
      Namespace Name Mixin selector
      official a Lgo;a(Lgm;)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
    • doReturn

      void doReturn()
      Mappings:
      Namespace Name Mixin selector
      official a Lgo;a()V
      intermediary method_54401 Lnet/minecraft/class_8855;method_54401()V
      named doReturn Lnet/minecraft/command/ExecutionControl;doReturn()V
    • setTracer

      void setTracer(@Nullable @Nullable Tracer tracer)
      Mappings:
      Namespace Name Mixin selector
      official a Lgo;a(Lgp;)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 b Lgo;b()Lgp;
      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;