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 official gl
intermediary net/minecraft/class_8848
named net/minecraft/command/ControlFlowAware
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static class
ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control)
-
Method Details
-
execute
void execute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control) - Mappings:
Namespace Name Mixin selector official a
Lgl;a(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lgj;Lgp;)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
named execute
Lnet/minecraft/command/ControlFlowAware;execute(Ljava/lang/Object;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
-