com.skillw.particlelib.pobject.Playable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
package com.skillw.particlelib.pobject
/**
* 代表一个特效对象是可播放的
*
* @author Zoyn
*/
interface Playable {
fun play()
fun playNextPoint()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy