Class SquaremapTown
java.lang.Object
io.github.emcw.squaremap.entities.SquaremapTown
- All Implemented Interfaces:
 IGsonSerializable
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionSquaremapTown(SquaremapMarker marker, Set<String> residents, Set<String> councillors) Takes a basic parsed marker and parses it further to create a full object representative of a Town on a Squaremap map, with some helper methods attached. - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.emcw.interfaces.IGsonSerializable
asString 
- 
Constructor Details
- 
SquaremapTown
Takes a basic parsed marker and parses it further to create a full object representative of a Town on a Squaremap map, with some helper methods attached. 
 - 
 - 
Method Details
- 
isNationless
public boolean isNationless() - 
getFoundedTimestamp
- Throws:
 ParseException
 
 -