Example #1
0
 public void build() {
   if (currentBuilder != null) {
     if (currentBuilder.buildNextSlot(worldObj, this, xCoord, yCoord, zCoord)) {
       updateRequirements();
     }
   }
 }