Protected
constructorReadonly
dimensionDimension that the entity is currently within.
This property can throw when used.
Readonly
idUnique identifier of the player. This identifier is intended to be consistent across loads of a world instance. No meaning should be inferred from the value and structure of this unique identifier - do not parse or interpret it.
This property can throw when used.
Readonly
nameName of the player.
This property can throw when used.
Readonly
typeUnique identifier of the type of the entity - for example, 'minecraft:player'.
This property can throw when used.
Command to run. Note that command strings should not start with slash.
For commands that return data, returns a JSON structure with command response values.
Runs a particular command asynchronously from the context of this entity. Where possible, running a command asynchronously is recommended, especially for long running operations.
This function can throw errors.
Represents a player within the world.