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 official gl$a
intermediary net/minecraft/class_8848$class_8849
named net/minecraft/command/ControlFlowAware$Command
-
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:
run
in interfacecom.mojang.brigadier.Command<T>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official run
Lgl$a;run(Lcom/mojang/brigadier/context/CommandContext;)I
intermediary run
Lnet/minecraft/class_8848$class_8849;run(Lcom/mojang/brigadier/context/CommandContext;)I
named run
Lnet/minecraft/command/ControlFlowAware$Command;run(Lcom/mojang/brigadier/context/CommandContext;)I
-