Interface ControlFlowAware<T>

All Known Subinterfaces:
ControlFlowAware.Command<T>
All Known Implementing Classes:
ControlFlowAware.Helper, DebugCommand.Command, FunctionCommand.Command, ReturnCommand.FailCommand, ReturnCommand.ValueCommand

public interface ControlFlowAware<T>
Mappings:
Namespace Name
named net/minecraft/command/ControlFlowAware
intermediary net/minecraft/class_8848
official hl
  • Method Details

    • execute

      void execute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control)
      Mappings:
      Namespace Name Mixin selector
      named execute Lnet/minecraft/command/ControlFlowAware;execute(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
      intermediary method_54290 Lnet/minecraft/class_8848;method_54290(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
      official a Lhl;a(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lhj;Lhp;)V