Target.player

Indicates whether the target was a player or an entity.

struct Target
bool player;

Examples

"Steve" = true
"@a" = true
"@e" = false
"@e[type=player]" = true
"@r" = true
"@r[type=creeper]" = false

Meta