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 int
COLONIST_OCCUPATION
static int
COLONIST_SPECIALITY
private ColonizationSaveGameReader.Colonist[]
colonists
static int
LENGTH
private java.lang.String
name
private int
numberOfColonists
static int
TILES
private int
x
private int
y
-
Constructor Summary
Constructors Constructor Description ColonyData(byte[] data, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print()
-
-
-
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
-
-