|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item.ClothingBodyLocation | |
|---|---|
| zombie.characters | |
| zombie.inventory.types | |
| zombie.scripting.objects | |
| Uses of Item.ClothingBodyLocation in zombie.characters |
|---|
| Methods in zombie.characters with parameters of type Item.ClothingBodyLocation | |
|---|---|
void |
IsoGameCharacter.SetClothing(Item.ClothingBodyLocation loc,
java.lang.String sprite,
java.lang.String palette)
|
| Uses of Item.ClothingBodyLocation in zombie.inventory.types |
|---|
| Methods in zombie.inventory.types that return Item.ClothingBodyLocation | |
|---|---|
Item.ClothingBodyLocation |
Clothing.getBodyLocation()
|
| Methods in zombie.inventory.types with parameters of type Item.ClothingBodyLocation | |
|---|---|
void |
Clothing.setBodyLocation(Item.ClothingBodyLocation bodyLocation)
|
| Uses of Item.ClothingBodyLocation in zombie.scripting.objects |
|---|
| Fields in zombie.scripting.objects declared as Item.ClothingBodyLocation | |
|---|---|
Item.ClothingBodyLocation |
Item.bodyLocation
|
| Methods in zombie.scripting.objects that return Item.ClothingBodyLocation | |
|---|---|
Item.ClothingBodyLocation |
Item.getBodyLocation()
|
static Item.ClothingBodyLocation |
Item.ClothingBodyLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Item.ClothingBodyLocation[] |
Item.ClothingBodyLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in zombie.scripting.objects with parameters of type Item.ClothingBodyLocation | |
|---|---|
void |
Item.setBodyLocation(Item.ClothingBodyLocation bodyLocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||