类 PotionEffectUtil
java.lang.Object
cn.handyplus.lib.attribute.PotionEffectUtil
药水效果
- 作者:
- handy
-
字段概要
字段修饰符和类型字段说明 -
方法概要
修饰符和类型方法说明protected static voidaddAttribute(org.bukkit.entity.Player player, List<String> attributeList) 给玩家添加属性protected static voidremoveAttribute(org.bukkit.entity.Player player) 移除玩家药水属性
-
字段详细资料
-
PLAYER_EFFECT_MAP
-
-
方法详细资料
-
addAttribute
给玩家添加属性- 参数:
player- 玩家attributeList- 属性
-
removeAttribute
protected static void removeAttribute(org.bukkit.entity.Player player) 移除玩家药水属性- 参数:
player- 玩家
-