Class VersionedSound
java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.compatibility.VersionedSound
Sound 多版本兼容
- Author:
- ybw0014
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSoundName
(org.bukkit.Sound sound) 获取 Sound 的名称static boolean
isEnum()
-
Method Details
-
isEnum
public static boolean isEnum() -
getSoundName
获取 Sound 的名称- Parameters:
sound
- Sound 对象- Returns:
- Sound 名称
-