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

Method setDead

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

Will get destroyed next tick.

()

Source from the content-addressed store, hash-verified

346 * Will get destroyed next tick.
347 */
348 public void setDead()
349 {
350 this.isDead = true;
351 }
352
353 /**
354 * Sets the width and height of the entity. Args: width, height

Callers 15

onKillCommandMethod · 0.95
killMethod · 0.95
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected