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 TypeMethodDescriptionvoidclass_8939.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidclass_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) voidCommandAction.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidCommandFunctionAction.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) voidCommandQueueEntry.execute(CommandExecutionContext<T> context) voidFixedCommandAction.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected voidSingleCommandAction.execute(T t, List<T> list, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937, class_8936 class_8936) voidSingleCommandAction.MultiSource.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidSingleCommandAction.SingleSource.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidSingleCommandAction.Sourced.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) voidSourcedCommandAction.execute(T source, CommandExecutionContext<T> context, class_8937 class_8937) voidSteppedCommandAction.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 voidSingleCommandAction.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_CONTEXTMethod parameters in net.minecraft.server.command with type arguments of type CommandExecutionContextModifier and TypeMethodDescriptionstatic voidCommandManager.callWithContext(ServerCommandSource commandSource, Consumer<CommandExecutionContext<ServerCommandSource>> callback)