public class SXAttributeType extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
SXAttributeType.Type
属性类型枚举
|
限定符和类型 | 字段和说明 |
---|---|
static SXAttributeType |
DAMAGE
伤害型属性
|
static SXAttributeType |
DEFENCE
防御型属性
|
static SXAttributeType |
OTHER
自定义属性
|
static SXAttributeType |
UPDATE
更新属性(目前仅玩家)
|
构造器和说明 |
---|
SXAttributeType(SXAttributeType.Type type) |
SXAttributeType(SXAttributeType.Type type,
String name)
实例化属性方法
仅限自定义属性使用
|
public static final SXAttributeType DAMAGE
public static final SXAttributeType DEFENCE
public static final SXAttributeType UPDATE
public static final SXAttributeType OTHER
public SXAttributeType(SXAttributeType.Type type)
public SXAttributeType(SXAttributeType.Type type, String name)
type
- Typename
- String