Class AttachedItems
java.lang.Object
zombie.characters.AttachedItems.AttachedItems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontains(InventoryItem item) voidcopyFrom(AttachedItems other) voidget(int index) getGroup()getItemByIndex(int index) getLocation(InventoryItem item) booleanisEmpty()voidremove(InventoryItem item) voidsetItem(String location, InventoryItem item) intsize()
-
Constructor Details
-
AttachedItems
-
AttachedItems
-
-
Method Details
-
copyFrom
-
getGroup
-
get
-
setItem
-
getItem
-
getItemByIndex
-
remove
-
clear
public void clear() -
getLocation
-
contains
-
size
public int size() -
isEmpty
public boolean isEmpty() -
forEach
-