com.skillw.particlelib.utils.coordinate.Coordinate.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.
The newest version!
package com.skillw.particlelib.utils.coordinate
import taboolib.common.util.Location
/**
* 表示一个坐标器
*
* @author Zoyn
*/
interface Coordinate {
fun newLocation(x: Double, y: Double, z: Double): Location?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy