addBlockAction.y, addBlockAction.z,
original, tmp, tmp2, null);
else {
if (thing instanceof InventoryOwner) {
InventoryOwner inventoryOwner = (InventoryOwner) thing;
inventoryOwner.rmBlock(addBlockAction.block);
}
}
Resources.vector3dResourcePool.recycle(offset);
}
}