Package net.minecraft.command
Interface CommandAction<T>
- All Known Implementing Classes:
SingleCommandAction.MultiSource
,SingleCommandAction.SingleSource
,SteppedCommandAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official gm
intermediary net/minecraft/class_8853
named net/minecraft/command/CommandAction
-
Method Summary
-
Method Details
-
execute
- Mappings:
Namespace Name Mixin selector official execute
Lgm;execute(Lgn;I)V
intermediary execute
Lnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;I)V
named execute
Lnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;I)V
-