zCoord - 30, xCoord + 30, yCoord + 30, zCoord + 30)
);
Iterator iterator = list.iterator();
while (iterator.hasNext()) {
EntityGolemBase entityGolem = (EntityGolemBase) iterator.next();
if (entityGolem.getUniqueID().equals(golemConnected)) {
this.golem = entityGolem;
break;
}
}
}