Skip to content

@minecraft/server


@minecraft/server / CommandResult

Class: CommandResult ​

Defined in: @minecraft/server/index.d.ts:6209

Contains return data on the result of a command execution.

Properties ​

successCount ​

readonly successCount: number

Defined in: @minecraft/server/index.d.ts:6218

Remarks ​

If the command operates against a number of entities, blocks, or items, this returns the number of successful applications of this command.