LocationBuilder

constructor(from: Location)(source)

Creates a new location builder with the given from location.

Parameters

from

the location to start with

See also


constructor(startX: Int = 0, startY: Int = 0, startZ: Int = 0)(source)

Parameters

startX

the x coordinate to start with, defaults to 0

startY

the y coordinate to start with, defaults to 0

startZ

the z coordinate to start with, defaults to 0