graphmine-core / io.github.sof3.graphmine.world / Location
data class Location
Represents a point in the 3D space of a world.
| <init> | Location(vector: Vector3, world: World)Represents a point in the 3D space of a world. |
| vector | val vector: Vector3The position vector for the location |
| world | val world: WorldThe world that the location is in |