Package net.minecraft.command
Interface ControlFlowAware<T>
- All Known Subinterfaces:
- ControlFlowAware.Command<T>
- All Known Implementing Classes:
- ControlFlowAware.Helper,- DebugCommand.Command,- FunctionCommand.Command,- ReturnCommand.FailCommand,- ReturnCommand.ValueCommand
public interface ControlFlowAware<T>
- Mappings:
- Namespace - Name - named - net/minecraft/command/ControlFlowAware- intermediary - net/minecraft/class_8848- official - hu
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic classControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control) 
- 
Method Details- 
executevoid execute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control) - Mappings:
- Namespace - Name - Mixin selector - named - execute- Lnet/minecraft/command/ControlFlowAware;execute(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V- intermediary - method_54290- Lnet/minecraft/class_8848;method_54290(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V- official - a- Lhu;a(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lhs;Lhy;)V
 
 
-