Package com.skillw.itemsystem.api
Object GlowAPI
-
- All Implemented Interfaces:
public class GlowAPI
-
-
Method Summary
-
-
Method Detail
-
addGlow
final static Unit addGlow(Player $self, Entity entity, ChatColor color)
给玩家添加发光实体
- Parameters:
entity
- Entity 实体color
- ChatColor 颜色
-
removeGlow
final static Unit removeGlow(Player $self, Entity entity, ChatColor color)
给玩家删除发光实体
- Parameters:
entity
- Entity 实体color
- ChatColor 颜色
-
-
-
-