Package zombie.characters.AttachedItems
Class AttachedItems
java.lang.Object
zombie.characters.AttachedItems.AttachedItems
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttachedItems(AttachedItems attachedItems) AttachedItems(AttachedLocationGroup attachedLocationGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontains(InventoryItem inventoryItem) voidcopyFrom(AttachedItems attachedItems) voidget(int int1) getGroup()getItemByIndex(int int1) getLocation(InventoryItem inventoryItem) booleanisEmpty()voidremove(InventoryItem inventoryItem) voidsetItem(String string, InventoryItem inventoryItem) intsize()
-
Field Details
-
group
-
items
-
-
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
-