netsurfers.gicp.net.game
类 Item

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

public class Item
extends Object

Class item is the equipment of the player

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

构造方法摘要
Item(int entry)
           
 
方法摘要
 boolean addCount()
           
 int getAttack()
           
 int getAttackodds()
           
 int getBuyPrice()
           
 boolean getCanAddCount()
           
 boolean getCanMinusCount()
           
 int getCurCount()
           
 int getDefence()
           
 int getDisplayID(int i)
           
 int getHealth()
           
 int getItemID()
           
 int getMana()
           
 String getName()
           
 int getSellPrice()
           
 int getType()
           
 boolean minusCount()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Item

public Item(int entry)
方法详细信息

getItemID

public int getItemID()

getType

public int getType()

getDisplayID

public int getDisplayID(int i)

addCount

public boolean addCount()

getCanAddCount

public boolean getCanAddCount()

minusCount

public boolean minusCount()

getCanMinusCount

public boolean getCanMinusCount()

getCurCount

public int getCurCount()

getHealth

public int getHealth()

getMana

public int getMana()

getAttack

public int getAttack()

getDefence

public int getDefence()

getAttackodds

public int getAttackodds()

getName

public String getName()

getBuyPrice

public int getBuyPrice()

getSellPrice

public int getSellPrice()