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 voidclearAttachedItems()InventoryItemgetAttachedItem(java.lang.String string)AttachedItemsgetAttachedItems()AttachedLocationGroupgetAttachedLocationGroup()voidremoveAttachedItem(InventoryItem inventoryItem)voidsetAttachedItem(java.lang.String string, InventoryItem inventoryItem)voidsetAttachedItems(AttachedItems attachedItems)
-
Method Details
-
getAttachedItems
AttachedItems getAttachedItems() -
setAttachedItems
-
getAttachedItem
-
setAttachedItem
-
removeAttachedItem
-
clearAttachedItems
void clearAttachedItems() -
getAttachedLocationGroup
AttachedLocationGroup getAttachedLocationGroup()
-