Skip to content

ExpandedCommandManager

youyihj edited this page Jan 8, 2022 · 2 revisions

ExpandedCommandManager

@since 1.10.0

ExpandedCommandManager is an expansion of ICommandManager (crafttweaker.command.ICommandManager).

ZenMethods

Executes a command without feedback.

int executeCommandSilent(ICommandSender sender, String rawCommand);

Clone this wiki locally