for (int x = blocksRect.x; x < blocksRect.x + blocksRect.width; x++) {
                Block block = (Block) itemManager.getItem(this.world.blocks.getID(x, y));

                if (block == null) {
                    liquidManager.renderLiquid(x, y);