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

Method updateEntity

src/main/java/net/minecraft/world/World.java:1843–1846  ·  view source on GitHub ↗

Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity

(Entity ent)

Source from the content-addressed store, hash-verified

1841 * Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
1842 */
1843 public void updateEntity(Entity ent)
1844 {
1845 this.updateEntityWithOptionalForce(ent, true);
1846 }
1847
1848 /**
1849 * Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update.

Callers 3

updateEntitiesMethod · 0.95
processPlayerMethod · 0.80

Calls 1

Tested by

no test coverage detected