Interface PoiType.Occupancy
- Enclosing interface:
PoiType
public static interface PoiType.Occupancy
Determines the type of occupancy the point of interest has.
A PoiType occupancy is defined by how much "space" a point of interest has.
With context to a Villager workstation if a villager is currently using
a workstation as a source of its profession the occupancy would be
IS_OCCUPIED, however, if no villager was attached to
a workstation its occupancy would be HAS_SPACE.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PoiType.OccupancyThe poi is either occupied or has space.static final PoiType.OccupancyThe poi has space.static final PoiType.OccupancyThe poi is occupied.
-
Field Details
-
HAS_SPACE
The poi has space. -
IS_OCCUPIED
The poi is occupied. -
ANY
The poi is either occupied or has space.
-