Package zombie.characters.AttachedItems
Class AttachedItem
java.lang.Object
zombie.characters.AttachedItems.AttachedItem
public final class AttachedItem
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected InventoryItemitemprotected java.lang.Stringlocation -
Constructor Summary
Constructors Constructor Description AttachedItem(java.lang.String string, InventoryItem inventoryItem) -
Method Summary
Modifier and Type Method Description InventoryItemgetItem()java.lang.StringgetLocation()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
location
protected final java.lang.String location -
item
-
-
Constructor Details
-
AttachedItem
-
-
Method Details
-
getLocation
public java.lang.String getLocation() -
getItem
-