Package net.minecraft.command
Interface CommandAction<T>
- All Known Implementing Classes:
 FallthroughCommandAction,IsolatedCommandAction,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 named net/minecraft/command/CommandActionintermediary net/minecraft/class_8853official hr
- 
Method Summary
 
- 
Method Details
- 
execute
- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Vintermediary executeLnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vofficial executeLhr;execute(Lhs;Lhu;)V
 
 -