Uses of Interface
net.minecraft.command.Control
Packages that use Control
-
Uses of Control in net.minecraft.command
Methods in net.minecraft.command that return ControlModifier and TypeMethodDescriptionprivate static <T extends AbstractServerCommandSource<T>>
Control<T>SingleCommandAction.fixAtDepth(VirtualMachine<T> vm, int depth) Methods in net.minecraft.command with parameters of type ControlModifier and TypeMethodDescriptionvoidControlFlowAware.execute(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) final voidControlFlowAware.Helper.execute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, Control<T> control) voidForkable.execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) protected abstract voidControlFlowAware.Helper.executeInner(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) -
Uses of Control in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ControlModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.enqueueAction(Collection<CommandFunction<T>> commandFunctions, @Nullable NbtCompound args, T source, T functionSource, Control<T> control, FunctionCommand.ResultConsumer<T> resultConsumer) static <T extends AbstractServerCommandSource<T>>
voidExecuteCommand.enqueueExecutions(List<T> sources, Function<T, T> sourceTransformer, IntPredicate resultPredicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound arguments, Control<T> control, ExecuteCommand.class_8830<T, Collection<CommandFunction<T>>> getFunctionNames, boolean silent) voidExecuteCommand.IfUnlessRedirector.execute(List<ServerCommandSource> sources, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean forkedMode, Control<ServerCommandSource> control) voidReturnCommand.Command.execute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, Control<T> control) voidReturnCommand.ReturnRunRedirector.execute(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) voidDebugCommand.Command.executeInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control) voidFunctionCommand.Command.executeInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control)