Interface ControlFlowAware.Command<T>

All Superinterfaces:
com.mojang.brigadier.Command<T>, ControlFlowAware<T>
All Known Implementing Classes:
DebugCommand.Command, FunctionCommand.Command, ReturnCommand.FailCommand, ReturnCommand.ValueCommand
Enclosing interface:
ControlFlowAware<T>

public static interface ControlFlowAware.Command<T> extends com.mojang.brigadier.Command<T>, ControlFlowAware<T>
Mappings:
Namespace Name
named net/minecraft/command/ControlFlowAware$Command
intermediary net/minecraft/class_8848$class_8849
official hl$a
  • Method Details

    • run

      default int run(com.mojang.brigadier.context.CommandContext<T> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      run in interface com.mojang.brigadier.Command<T>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named run Lnet/minecraft/command/ControlFlowAware$Command;run(Lcom/mojang/brigadier/context/CommandContext;)I
      intermediary run Lnet/minecraft/class_8848$class_8849;run(Lcom/mojang/brigadier/context/CommandContext;)I
      official run Lhl$a;run(Lcom/mojang/brigadier/context/CommandContext;)I