Package net.sf.freecol.tools
Class ColonizationSaveGameReader.ColonyData
- java.lang.Object
-
- net.sf.freecol.tools.ColonizationSaveGameReader.ColonyData
-
- Enclosing class:
- ColonizationSaveGameReader
private static class ColonizationSaveGameReader.ColonyData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLONIST_OCCUPATIONstatic intCOLONIST_SPECIALITYprivate ColonizationSaveGameReader.Colonist[]colonistsstatic intLENGTHprivate java.lang.Stringnameprivate intnumberOfColonistsstatic intTILESprivate intxprivate inty
-
Constructor Summary
Constructors Constructor Description ColonyData(byte[] data, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprint()
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
COLONIST_OCCUPATION
public static final int COLONIST_OCCUPATION
- See Also:
- Constant Field Values
-
COLONIST_SPECIALITY
public static final int COLONIST_SPECIALITY
- See Also:
- Constant Field Values
-
TILES
public static final int TILES
- See Also:
- Constant Field Values
-
x
private final int x
-
y
private final int y
-
numberOfColonists
private final int numberOfColonists
-
name
private final java.lang.String name
-
colonists
private final ColonizationSaveGameReader.Colonist[] colonists
-
-