All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sso.Weapon

public interface Weapon

Method Index

 o doFumble()
 o getAttackType()
 o getCriticalHit()
 o getDamage()
 o getFumble()
 o getOpposingSkill()
 o getRating()
 o getSkill()
 o isEquipped()

Methods

 o getSkill
 public abstract Skill getSkill()
 o getRating
 public abstract int getRating()
 o getOpposingSkill
 public abstract Skill getOpposingSkill()
 o getDamage
 public abstract int getDamage()
 o getCriticalHit
 public abstract int getCriticalHit()
 o doFumble
 public abstract void doFumble()
 o getFumble
 public abstract int getFumble()
 o getAttackType
 public abstract int getAttackType()
 o isEquipped
 public abstract boolean isEquipped()

All Packages  Class Hierarchy  This Package  Previous  Next  Index