public class CourierPatrolStateInternal extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<ch.sahits.game.openpatrician.model.city.ICity> |
cities |
private int |
premium |
| Constructor and Description |
|---|
CourierPatrolStateInternal(int premium,
ch.sahits.game.openpatrician.model.city.ICity[] destinations) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPremium() |
Optional<ch.sahits.game.openpatrician.model.city.ICity> |
nextDestination() |
void |
removeFirstCity() |
private final int premium
private List<ch.sahits.game.openpatrician.model.city.ICity> cities
public CourierPatrolStateInternal(int premium,
ch.sahits.game.openpatrician.model.city.ICity[] destinations)
public int getPremium()
public void removeFirstCity()
public Optional<ch.sahits.game.openpatrician.model.city.ICity> nextDestination()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.