Class TraitCollection
java.lang.Object
zombie.characters.traits.TraitCollection
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addAll
(Collection<? extends String> c) void
clear()
boolean
boolean
get
(int n) getTraitSlot
(String name) boolean
isEmpty()
boolean
boolean
void
removeAll
(Collection<?> c) void
int
size()
toString()
-
Constructor Details
-
TraitCollection
public TraitCollection()
-
-
Method Details
-
remove
-
remove
-
addAll
-
removeAll
-
clear
public void clear() -
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
contains
-
add
-
get
-
set
-
getTraitSlot
-
toString
-