Actor
endstone.actor
¶
Actor
¶
Bases: CommandSender
Represents a base actor in the level.
health
property
writable
¶
health: int
Gets or sets the entity's health from 0 to its max possible value, where 0 is dead.
is_name_tag_always_visible
property
writable
¶
is_name_tag_always_visible: bool
Gets or sets if the actor's name tag is always visible or not.
is_name_tag_visible
property
writable
¶
is_name_tag_visible: bool
Gets or sets if the actor's name tag is visible or not.
is_on_ground
property
¶
is_on_ground: bool
Returns true if the actor is supported by a block, i.e. on ground.
is_valid
property
¶
is_valid: bool
Returns false if the entity has died, been despawned for some other reason, or has not been added to the level.
scoreboard_tags
property
¶
Returns a list of scoreboard tags for this actor.
remove_scoreboard_tag
¶
Removes a given tag from this actor.