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

Method kill

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

sets the dead flag. Used when you fall off the bottom of the world.

()

Source from the content-addressed store, hash-verified

580 * sets the dead flag. Used when you fall off the bottom of the world.
581 */
582 protected void kill()
583 {
584 this.setDead();
585 }
586
587 /**
588 * Checks if the offset position from the entity's current position is inside of liquid. Args: x, y, z

Callers 2

onEntityUpdateMethod · 0.95
onUpdateMethod · 0.45

Calls 1

setDeadMethod · 0.95

Tested by

no test coverage detected