普特莫斯维基 (Purtmars Wikipedia 📖)

Chemdah 开发者文档:ink.ptms.chemdah.api.HologramAPI

来自Purtmars Wikipedia —— 普特莫斯维基

目录

ink.ptms.chemdah.api.HologramAPI

相关方法如下

1 /**
2  * 是否由 Adyeshach 插件代替 TabooLib 全息工具
3  */
4 val isAdyeshachHooked: Boolean
5 
6 /**
7  * 创建仅该玩家可见的全息
8  */
9 fun Player.createHologram(location: Location, content: List<String>): Hologram<*>

ink.ptms.chemdah.api.HologramAPI$Hologram

相关方法如下

 1 /**
 2  * 移动全息所在位置
 3  */
 4 fun teleport(location: Location)
 5 
 6 /**
 7  * 更新全息内容
 8  */
 9 fun update(content: List<String>)
10 
11 /**
12  * 删除全息
13  */
14 fun delete()