Object AttributeSystemAPIImpl
-
- All Implemented Interfaces:
-
com.skillw.attsystem.api.AttributeSystemAPI
,com.skillw.pouvoir.api.manager.Manager
,com.skillw.pouvoir.api.plugin.map.component.Keyable
,com.skillw.pouvoir.api.plugin.map.component.Registrable
,kotlin.Comparable
public class AttributeSystemAPIImpl implements AttributeSystemAPI
-
-
Field Summary
Fields Modifier and Type Field Description private final String
key
private final Integer
priority
private final AttributeSystem
subPouvoir
public final static AttributeSystemAPIImpl
INSTANCE
-
Method Summary
Modifier and Type Method Description Unit
update(LivingEntity entity)
EntityUpdate更新实体(装备 属性 原版属性实现)建议异步调用 Unit
remove(LivingEntity entity)
Remove删除一个实体的所有AS数据 Unit
remove(UUID uuid)
Remove删除一个实体的所有AS数据 String
getKey()
Integer
getPriority()
AttributeSystem
getSubPouvoir()
-
-
Method Detail
-
update
Unit update(LivingEntity entity)
EntityUpdate
更新实体(装备 属性 原版属性实现)
建议异步调用
- Parameters:
entity
- 实体
-
getPriority
Integer getPriority()
-
getSubPouvoir
AttributeSystem getSubPouvoir()
-
-
-
-