}
private void informEntitymovement(Entity entity) {
Coordinate oldLocation = entity.getLastLocation();
Coordinate newLocation = entity.getLocation().toAbsCoordinate();
int dX = newLocation.x - oldLocation.x;
int dY = newLocation.y - oldLocation.y;
int dZ = newLocation.z - oldLocation.z;