public class BaseLocation extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
gas() |
double |
getAirDistance(BaseLocation other) |
List<Unit> |
getGeysers() |
double |
getGroundDistance(BaseLocation other) |
List<Unit> |
getMinerals() |
Position |
getPosition() |
Region |
getRegion() |
TilePosition |
getTilePosition() |
int |
hashCode() |
boolean |
isIsland() |
boolean |
isMineralOnly() |
boolean |
isStartLocation() |
int |
minerals() |
public Position getPosition()
public TilePosition getTilePosition()
public Region getRegion()
public int minerals()
public int gas()
public double getGroundDistance(BaseLocation other)
public double getAirDistance(BaseLocation other)
public boolean isIsland()
public boolean isMineralOnly()
public boolean isStartLocation()
Copyright © 2022. All rights reserved.