be.saltwater.jaqel.creature
Class WeaponTypeData
java.lang.Object
be.saltwater.jaqel.creature.WeaponTypeData
- public class WeaponTypeData
- extends java.lang.Object
|
Constructor Summary |
WeaponTypeData(java.lang.String key,
int damage,
int speed,
int requiredstrength,
int cost,
int spellcost,
int magiccost,
javax.media.j3d.Appearance app,
javax.media.j3d.Geometry geom)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeaponTypeData
public WeaponTypeData(java.lang.String key,
int damage,
int speed,
int requiredstrength,
int cost,
int spellcost,
int magiccost,
javax.media.j3d.Appearance app,
javax.media.j3d.Geometry geom)
getAppearance
public javax.media.j3d.Appearance getAppearance()
getGeometry
public javax.media.j3d.Geometry getGeometry()
getDamage
public int getDamage()
getSpeed
public int getSpeed()
getRequiredStrength
public int getRequiredStrength()
getGoldCost
public int getGoldCost()
getSpellCost
public int getSpellCost()
getMagicCost
public int getMagicCost()
getActionCost
public int getActionCost()
getName
public java.lang.String getName()