private Location[] neighbors;

public void setNeighbors(Location... neighbors) {
        this.neighbors = neighbors;
}