public void setLight(int x, int y, byte light) {
        Chunk chunk = this.getChunk(x, y);

        if (chunk == null) {
            return;