Package net.minecraft.command
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$Commandintermediary net/minecraft/class_8848$class_8849official ht$a
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.ControlFlowAware
ControlFlowAware.Command<T>, ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>> - 
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS - 
Method Summary
Methods inherited from interface net.minecraft.command.ControlFlowAware
execute 
- 
Method Details
- 
run
default int run(com.mojang.brigadier.context.CommandContext<T> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
 runin interfacecom.mojang.brigadier.Command<T>- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named runLnet/minecraft/command/ControlFlowAware$Command;run(Lcom/mojang/brigadier/context/CommandContext;)Iintermediary runLnet/minecraft/class_8848$class_8849;run(Lcom/mojang/brigadier/context/CommandContext;)Iofficial runLht$a;run(Lcom/mojang/brigadier/context/CommandContext;)I
 
 -