public abstract class Area extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<Area> |
getAccessibleNeighbors() |
List<Base> |
getBases() |
TilePosition |
getBottomRight() |
TilePosition |
getBoundingBoxSize() |
List<ChokePoint> |
getChokePoints() |
List<ChokePoint> |
getChokePoints(Area area) |
Map<Area,List<ChokePoint>> |
getChokePointsByArea() |
List<Geyser> |
getGeysers() |
int |
getGroupId() |
Altitude |
getHighestAltitude() |
int |
getHighGroundPercentage() |
AreaId |
getId() |
int |
getLowGroundPercentage() |
List<Mineral> |
getMinerals() |
int |
getSize() |
WalkPosition |
getTop() |
TilePosition |
getTopLeft() |
int |
getVeryHighGroundPercentage() |
WalkPosition |
getWalkPositionWithHighestAltitude() |
int |
hashCode() |
boolean |
isAccessibleFrom(Area area) |
protected final BWMap map
public AreaId getId()
public int getGroupId()
public TilePosition getTopLeft()
public TilePosition getBottomRight()
public TilePosition getBoundingBoxSize()
public WalkPosition getWalkPositionWithHighestAltitude()
public WalkPosition getTop()
public Altitude getHighestAltitude()
public int getSize()
public int getLowGroundPercentage()
public int getHighGroundPercentage()
public int getVeryHighGroundPercentage()
public List<ChokePoint> getChokePoints()
public List<ChokePoint> getChokePoints(Area area)
public Map<Area,List<ChokePoint>> getChokePointsByArea()
public boolean isAccessibleFrom(Area area)
Copyright © 2022. All rights reserved.