Will update the entity in the world if the chunk the entity is in is currently loaded. Args: entity
(Entity ent)
| 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. |
no test coverage detected