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() |
com.google.common.base.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
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.