}
private boolean isBlocked(int x, int y, int z) {
Material mat = worldObj.getBlock(x, y, z).getMaterial();
return mat.blocksMovement();
}
private void pushToConsumers() {
if (tileBuffer == null) {
tileBuffer = TileBuffer.makeBuffer(worldObj, xCoord, yCoord, zCoord, false);