Examples of postHarvest()


Examples of powercrystals.minefactoryreloaded.api.IFactoryHarvestable.postHarvest()

        worldObj.playAuxSFXAtEntity(null, 2001, targetCoords.x, targetCoords.y, targetCoords.z, harvestedBlockId + (harvestedBlockMetadata << 12));
      }
      worldObj.setBlockToAir(targetCoords.x, targetCoords.y, targetCoords.z);
    }
   
    harvestable.postHarvest(worldObj, targetCoords.x, targetCoords.y, targetCoords.z);
   
    _tank.fill(LiquidDictionary.getLiquid("sludge", 10), true);
   
    return true;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.