performPrefixedCommand

fun performPrefixedCommand(commands: Commands, source: CommandSourceStack, command: String): Boolean

Invoke performPrefixedCommand(source, command) on commands, discarding its version-dependent return value. command is passed through as-is (the vanilla method tolerates a leading / either way).

Return

true if the vanilla method was found and invoked; false if it could not be located on this runtime (an unsupported Minecraft version, or a resolution failure logged by resolve).