|
OGS Java API Spec | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
ogs.core | The ogs.core package contains types are are used in
all open games regardless of setting. |
ogs.items | The ogs.items package provides universal types of
items; |
Uses of Item in ogs.core |
Methods in ogs.core with parameters of type Item | |
boolean |
BodyPart.equipItem(Item item)
Equip an item on this body part. |
boolean |
BodyPart.dropItem(Item item)
Drop an item from this body part. |
Uses of Item in ogs.items |
Subclasses of Item in ogs.items | |
class |
Armor
An item worn for protection in combat. |
class |
ProjectileWeapon
A ranged weapon that requires projectiles or other type of ammunition. |
class |
RangedWeapon
A thrown melee weapon or projectile weapon. |
class |
Weapon
An item used in combat to damage opponents. |
|
OGS Java API Spec | ||||||||||
PREV NEXT | FRAMES NO FRAMES |