Class ColonizationSaveGameReader.PlayerData

    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerData​(byte[] data, int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • newLandName

        private final java.lang.String newLandName
      • playerName

        private final java.lang.String playerName
      • humanPlayer

        private final boolean humanPlayer
    • Constructor Detail

      • PlayerData

        public PlayerData​(byte[] data,
                          int offset)
    • Method Detail

      • print

        public void print()