emerald-extension / cn.berberman.emerald.extension / org.bukkit.Location
Extensions for org.bukkit.Location
| get | operator fun Location.get(axis3D: Axis3D): DoubleGet a one-dimension value from this location. |
| minus | operator fun Location.minus(location: Location): LocationSubtracts the location by another. |
| plus | operator fun Location.plus(location: Location): LocationAdds the location by another. |
| set | operator fun Location.set(axis3D: Axis3D, double: Double): UnitSet a one-dimension value to this location. |
| times | operator fun Location.times(double: Double): LocationPerforms scalar multiplication, multiplying all components with a scalar. Not world-aware. |