Class SquaremapNation
java.lang.Object
io.github.emcw.squaremap.entities.SquaremapNation
- All Implemented Interfaces:
IGsonSerializable
-
Constructor Summary
ConstructorsConstructorDescriptionSquaremapNation
(String nationName) Creates a new Nation whose info should be subsequently set withupdateInfo(SquaremapMarker, Set, Set)
.
For internal use only!
Explicit construction of this class is not advised unless you know what you are doing. -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateInfo
(SquaremapMarker marker, Set<String> residentNames, Set<String> councillorNames) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.emcw.interfaces.IGsonSerializable
asString
-
Constructor Details
-
SquaremapNation
Creates a new Nation whose info should be subsequently set withupdateInfo(SquaremapMarker, Set, Set)
.
For internal use only!
Explicit construction of this class is not advised unless you know what you are doing.- Parameters:
nationName
- The name of the name nation to create.
-
-
Method Details
-
updateInfo
public void updateInfo(SquaremapMarker marker, Set<String> residentNames, Set<String> councillorNames)
-