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 TypeMethodDescriptionvoid
ControlFlowAware.execute
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) final void
ControlFlowAware.Helper.execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, Control<T> control) void
Forkable.execute
(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) protected abstract void
ControlFlowAware.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) void
ExecuteCommand.IfUnlessRedirector.execute
(List<ServerCommandSource> sources, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean forkedMode, Control<ServerCommandSource> control) void
ReturnCommand.Command.execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, Control<T> control) void
ReturnCommand.ReturnRunRedirector.execute
(List<T> sources, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean forkedMode, Control<T> control) void
DebugCommand.Command.executeInner
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control) void
FunctionCommand.Command.executeInner
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control)