MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isEntityAlive

Method isEntityAlive

src/main/java/net/minecraft/entity/Entity.java:1880–1883  ·  view source on GitHub ↗

Checks whether target entity is alive.

()

Source from the content-addressed store, hash-verified

1878 * Checks whether target entity is alive.
1879 */
1880 public boolean isEntityAlive()
1881 {
1882 return !this.isDead;
1883 }
1884
1885 /**
1886 * Checks if this entity is inside of an opaque block

Callers 15

onUpdateMethod · 0.95
updateAITasksMethod · 0.95
renderLivingAtMethod · 0.45
rotateCorpseMethod · 0.45
updateScreenMethod · 0.45
onEntityRemovedMethod · 0.45
handleSpectateMethod · 0.45
applyMethod · 0.45
transferEntityToWorldMethod · 0.45
func_181140_aMethod · 0.45
canInteractWithMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected