hsgame
接口 Equipment

所有超级接口:
Item

public interface Equipment
extends Item

数据编辑器 - 装备。

作者:
HsGame

方法摘要
 EquipmentData create()
          创建装备数据。
 short getLimitLevel()
          获取等级限制。
 int getScore()
          获取评分。
 byte getType()
          获取装备类型。
 
从接口 hsgame.Item 继承的方法
getBriefDescription, getCanComposeItems, getDetailedDescription, getId, getItemType, getName, getOrderId, getPrice
 

方法详细信息

getType

byte getType()
获取装备类型。

返回:

getLimitLevel

short getLimitLevel()
获取等级限制。

返回:

getScore

int getScore()
获取评分。

返回:

create

EquipmentData create()
创建装备数据。

返回: