class CreatureInfoList extends java.util.ArrayList<CreatureInfo>
| Modifier and Type | Field and Description |
|---|---|
private static java.util.logging.Logger |
LOGGER |
| Constructor and Description |
|---|
CreatureInfoList() |
| Modifier and Type | Method and Description |
|---|---|
CreatureInfoList |
clone()
Deep copy
|
(package private) java.util.List<java.lang.String> |
getCreatureNames() |
(package private) java.util.List<CreatureType> |
getCreatureTypes() |
(package private) void |
removeLastUncertainCreature() |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizevoid removeLastUncertainCreature()
java.util.List<java.lang.String> getCreatureNames()
java.util.List<CreatureType> getCreatureTypes()
public CreatureInfoList clone()
clone in class java.util.ArrayList<CreatureInfo>