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

Method onEntityRemoved

src/main/java/net/minecraft/world/World.java:1183–1189  ·  view source on GitHub ↗
(Entity entityIn)

Source from the content-addressed store, hash-verified

1181 }
1182
1183 protected void onEntityRemoved(Entity entityIn)
1184 {
1185 for (int i = 0; i < this.worldAccesses.size(); ++i)
1186 {
1187 this.worldAccesses.get(i).onEntityRemoved(entityIn);
1188 }
1189 }
1190
1191 /**
1192 * Schedule the entity for removal during the next tick. Marks the entity dead in anticipation.

Callers 3

removeEntityMethod · 0.95
updateEntitiesMethod · 0.95

Calls 3

onEntityRemovedMethod · 0.65
getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected