Uses of Class
net.minecraft.command.CommandExecutionContext
Packages that use CommandExecutionContext
Package
Description
The base package for all Minecraft classes.
-
Uses of CommandExecutionContext in net.minecraft
Methods in net.minecraft with parameters of type CommandExecutionContextModifier and TypeMethodDescriptionvoid
class_8939.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
class_8940.execute
(CommandExecutionContext<T> context, class_8937 class_8937) -
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, class_8935 class_8935) static <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, class_8937 class_8937, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) static <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueProcedureCall
(CommandExecutionContext<T> commandExecutionContext, Procedure<T> procedure, T t, class_8935 class_8935) void
CommandAction.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
CommandFunctionAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) void
CommandQueueEntry.execute
(CommandExecutionContext<T> context) void
FixedCommandAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected void
SingleCommandAction.execute
(T t, List<T> list, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937, class_8936 class_8936) void
SingleCommandAction.MultiSource.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
SingleCommandAction.SingleSource.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
SingleCommandAction.Sourced.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) void
SourcedCommandAction.execute
(T source, CommandExecutionContext<T> context, class_8937 class_8937) void
SteppedCommandAction.execute
(CommandExecutionContext<T> context, class_8937 class_8937) private static <T extends AbstractServerCommandSource<T>>
class_8937CommandExecutionContext.method_54889
(CommandExecutionContext<T> commandExecutionContext, class_8935 class_8935) static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>ExecutionControl.method_54892
(CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected void
SingleCommandAction.traceCommandStart
(CommandExecutionContext<T> context, class_8937 class_8937) -
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)