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

        if (chunk == null) {
            return;