Uses of Class
net.minecraft.command.CommandExecutionContext
Packages that use CommandExecutionContext
-
Uses of CommandExecutionContext in net.minecraft.command
Methods in net.minecraft.command with parameters of type CommandExecutionContextModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueCommand
(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source) static <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, int depth, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) void
CommandAction.execute
(CommandExecutionContext<T> context, int depth) void
CommandFunctionAction.execute
(T source, CommandExecutionContext<T> context, int depth) void
CommandQueueEntry.execute
(CommandExecutionContext<T> context) void
FixedCommandAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, int int2) protected void
SingleCommandAction.execute
(List<T> forks, CommandExecutionContext<T> context, int depth, boolean silent) void
SingleCommandAction.MultiSource.execute
(CommandExecutionContext<T> context, int depth) void
SingleCommandAction.SingleSource.execute
(CommandExecutionContext<T> context, int depth) void
SingleCommandAction.Sourced.execute
(T t, CommandExecutionContext<T> commandExecutionContext, int int2) void
SourcedCommandAction.execute
(T source, CommandExecutionContext<T> context, int depth) void
SteppedCommandAction.execute
(CommandExecutionContext<T> context, int depth) private static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>SingleCommandAction.fixAtDepth
(CommandExecutionContext<T> context, int depth) protected void
SingleCommandAction.traceCommandStart
(CommandExecutionContext<T> context, int depth) -
Uses of CommandExecutionContext in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type CommandExecutionContextModifier and TypeFieldDescriptionprivate static final ThreadLocal<CommandExecutionContext<ServerCommandSource>>
CommandManager.CURRENT_CONTEXT
Method parameters in net.minecraft.server.command with type arguments of type CommandExecutionContextModifier and TypeMethodDescriptionstatic void
CommandManager.callWithContext
(ServerCommandSource commandSource, Consumer<CommandExecutionContext<ServerCommandSource>> callback)