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 UnitaddAttribute(LivingEntity entity, String source, List<String> attributes)给属性 abstract UnitremoveAttribute(LivingEntity entity, String source)删属性 Unitregister()-
-
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- 属性源
-
-
-
-