Package zombie.characters.AttachedItems
Class AttachedItems
java.lang.Object
zombie.characters.AttachedItems.AttachedItems
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAttachedItems
(AttachedItems attachedItems) AttachedItems
(AttachedLocationGroup attachedLocationGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
contains
(InventoryItem inventoryItem) void
copyFrom
(AttachedItems attachedItems) void
get
(int int1) getGroup()
getItemByIndex
(int int1) getLocation
(InventoryItem inventoryItem) boolean
isEmpty()
void
remove
(InventoryItem inventoryItem) void
setItem
(String string, InventoryItem inventoryItem) int
size()
-
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
-