net.minecraft.command

public interface ControlFlowAware<T>

net.minecraft.commands.execution.CustomCommandExecutor
net.minecraft.class_8848
net.minecraft.command.ControlFlowAware

Method summary

Modifier and TypeMethod
void
run(T sender, com.mojang.brigadier.context.ContextChain<T> currentStep, ChainModifiers modifiers, ExecutionControl<T> output)
method_54290(T arg0, com.mojang.brigadier.context.ContextChain<T> arg1, class_8936 arg2, class_8855<T> arg3)
execute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control)