Package zombie.characters
Interface ILuaGameCharacterAttachedItems
- All Known Subinterfaces:
ILuaGameCharacter
- All Known Implementing Classes:
IsoDummyCameraCharacter
,IsoGameCharacter
,IsoLivingCharacter
,IsoLuaCharacter
,IsoLuaMover
,IsoPlayer
,IsoSurvivor
,IsoZombie
,RandomizedBuildingBase.HumanCorpse
public interface ILuaGameCharacterAttachedItems
-
Method Summary
Modifier and Type Method Description void
clearAttachedItems()
InventoryItem
getAttachedItem(java.lang.String string)
AttachedItems
getAttachedItems()
AttachedLocationGroup
getAttachedLocationGroup()
void
removeAttachedItem(InventoryItem inventoryItem)
void
setAttachedItem(java.lang.String string, InventoryItem inventoryItem)
void
setAttachedItems(AttachedItems attachedItems)
-
Method Details
-
getAttachedItems
AttachedItems getAttachedItems() -
setAttachedItems
-
getAttachedItem
-
setAttachedItem
-
removeAttachedItem
-
clearAttachedItems
void clearAttachedItems() -
getAttachedLocationGroup
AttachedLocationGroup getAttachedLocationGroup()
-