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) voidCommandAction.execute(CommandExecutionContext<T> context, int depth) voidCommandFunctionAction.execute(T source, CommandExecutionContext<T> context, int depth) voidCommandQueueEntry.execute(CommandExecutionContext<T> context) voidFixedCommandAction.execute(T t, CommandExecutionContext<T> commandExecutionContext, int int2) protected voidSingleCommandAction.execute(List<T> forks, CommandExecutionContext<T> context, int depth, boolean silent) voidSingleCommandAction.MultiSource.execute(CommandExecutionContext<T> context, int depth) voidSingleCommandAction.SingleSource.execute(CommandExecutionContext<T> context, int depth) voidSingleCommandAction.Sourced.execute(T t, CommandExecutionContext<T> commandExecutionContext, int int2) voidSourcedCommandAction.execute(T source, CommandExecutionContext<T> context, int depth) voidSteppedCommandAction.execute(CommandExecutionContext<T> context, int depth) private static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>SingleCommandAction.fixAtDepth(CommandExecutionContext<T> context, int depth) protected voidSingleCommandAction.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_CONTEXTMethod parameters in net.minecraft.server.command with type arguments of type CommandExecutionContextModifier and TypeMethodDescriptionstatic voidCommandManager.callWithContext(ServerCommandSource commandSource, Consumer<CommandExecutionContext<ServerCommandSource>> callback)