public class UnitPack
extends java.lang.Object
Constructor and Description |
---|
UnitPack() |
Modifier and Type | Method and Description |
---|---|
static Unit |
createUnit(java.lang.String unitType,
Player owner) |
static Unit |
createUnitSafe(java.lang.String unitType,
Player owner)
Will not throw exceptions, may return null.
|