Package zombie.characters.WornItems
Class WornItems
java.lang.Object
zombie.characters.WornItems.WornItems
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addItemsToItemContainer
(ItemContainer itemContainer) void
clear()
boolean
contains
(InventoryItem inventoryItem) void
void
get
(int int1) getItemByIndex
(int int1) void
getItemVisuals
(ItemVisuals itemVisuals) getLocation
(InventoryItem inventoryItem) boolean
isEmpty()
void
remove
(InventoryItem inventoryItem) void
setFromItemVisuals
(ItemVisuals itemVisuals) void
setItem
(String string, InventoryItem inventoryItem) int
size()
-
Field Details
-
group
-
items
-
-
Constructor Details
-
WornItems
-
WornItems
-
-
Method Details
-
copyFrom
-
getBodyLocationGroup
-
get
-
setItem
-
getItem
-
getItemByIndex
-
remove
-
clear
public void clear() -
getLocation
-
contains
-
size
public int size() -
isEmpty
public boolean isEmpty() -
forEach
-
setFromItemVisuals
-
getItemVisuals
-
addItemsToItemContainer
-