@Override
 public void updateEntity() {
   super.updateEntity();
   if (this.worldObj.isRemote) return;
   if (this.hasPillar) {}
 }