Uses of Class
net.minecraft.command.CommandExecutionContext
-
Uses of CommandExecutionContext in net.minecraft.command
Modifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueCommand
(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source, ReturnValueConsumer returnValueConsumer) static <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) static <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueProcedureCall
(CommandExecutionContext<T> context, Procedure<T> procedure, T source, ReturnValueConsumer returnValueConsumer) void
CommandAction.execute
(CommandExecutionContext<T> context, Frame frame) void
CommandFunctionAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
CommandQueueEntry.execute
(CommandExecutionContext<T> context) void
FallthroughCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) void
FixedCommandAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
IsolatedCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) protected void
SingleCommandAction.execute
(T baseSource, List<T> sources, CommandExecutionContext<T> context, Frame frame, ExecutionFlags flags) void
SingleCommandAction.MultiSource.execute
(CommandExecutionContext<T> context, Frame frame) void
SingleCommandAction.SingleSource.execute
(CommandExecutionContext<T> context, Frame frame) void
SingleCommandAction.Sourced.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
SourcedCommandAction.execute
(T source, CommandExecutionContext<T> context, Frame frame) void
SteppedCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) private static <T extends AbstractServerCommandSource<T>>
FrameCommandExecutionContext.frame
(CommandExecutionContext<T> context, ReturnValueConsumer returnValueConsumer) static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>ExecutionControl.of
(CommandExecutionContext<T> context, Frame frame) protected void
SingleCommandAction.traceCommandStart
(CommandExecutionContext<T> context, Frame frame) -
Uses of CommandExecutionContext in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate static final ThreadLocal<CommandExecutionContext<ServerCommandSource>>
CommandManager.CURRENT_CONTEXT
Modifier and TypeMethodDescriptionstatic void
CommandManager.callWithContext
(ServerCommandSource commandSource, Consumer<CommandExecutionContext<ServerCommandSource>> callback)