public interface AllCreatureType
Modifier and Type | Method and Description |
---|---|
CreatureType |
getCreatureTypeByName(java.lang.String name)
Convert a name into the actual CreatureType
|
java.util.SortedSet<CreatureType> |
getCreatureTypes()
Retrieve all the CreatureType in the game.
|
java.util.List<CreatureType> |
getCreatureTypesAsList()
Retrieve all the CreatureType in the game.
|
java.util.List<CreatureType> getCreatureTypesAsList()
java.util.SortedSet<CreatureType> getCreatureTypes()
CreatureType getCreatureTypeByName(java.lang.String name)
name
- The name of the CreatureType