Skip to content

Commit

Permalink
clarify is_living tag meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 4, 2019
1 parent fdd33a0 commit 2ab87ac
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -2351,7 +2351,8 @@ else if (getBukkitEntity() instanceof Hanging) {
// @returns ElementTag(Boolean)
// @group data
// @description
// Returns whether the entity is a living entity.
// Returns whether the entity is a living-type entity (eg a cow or a player or anything else that lives, as specifically opposed to non-living entities like paintings, etc).
// Not to be confused with the idea of being alive - see <@link tag EntityTag.is_spawned>.
// -->
if (attribute.startsWith("is_living")) {
return new ElementTag(isLivingEntity())
Expand Down

0 comments on commit 2ab87ac

Please sign in to comment.