public String getBlockInside(int x, int y) {
        if (!this.isInside(x, y)) {
            return null;
        }