netsurfers.gicp.net.game
类 Spell

java.lang.Object
  继承者 netsurfers.gicp.net.game.Spell

public class Spell
extends Object

Class spell is the player or creature can use skill or buff

作者:
Ziliang Wang E-mail: Lional.King@gmail.com

构造方法摘要
Spell(int spell_id)
           
 
方法摘要
 int getDamage()
           
 int getDisplayID(int i)
           
 String getName()
           
 int getSpellID()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Spell

public Spell(int spell_id)
方法详细信息

getSpellID

public int getSpellID()

getDisplayID

public int getDisplayID(int i)

getName

public String getName()

getDamage

public int getDamage()