Class SquaremapNation

java.lang.Object
io.github.emcw.squaremap.entities.SquaremapNation
All Implemented Interfaces:
IGsonSerializable

public class SquaremapNation extends Object implements IGsonSerializable
  • Constructor Details

    • SquaremapNation

      public SquaremapNation(String nationName)
      Creates a new Nation whose info should be subsequently set with updateInfo(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