Interface AttributeProvider
-
- All Implemented Interfaces:
-
com.skillw.pouvoir.api.plugin.map.component.Keyable
,com.skillw.pouvoir.api.plugin.map.component.Registrable
public interface AttributeProvider implements Registrable<String>
Glom
-
-
Method Summary
Modifier and Type Method Description abstract Unit
addAttribute(LivingEntity entity, String source, List<String> attributes)
给属性 abstract Unit
removeAttribute(LivingEntity entity, String source)
删属性 Unit
register()
-
-
Method Detail
-
addAttribute
abstract Unit addAttribute(LivingEntity entity, String source, List<String> attributes)
给属性
- Parameters:
entity
- 实体source
- 属性源attributes
- 属性
-
removeAttribute
abstract Unit removeAttribute(LivingEntity entity, String source)
删属性
- Parameters:
entity
- 实体source
- 属性源
-
-
-
-