Package-level declarations
This package contains the core functionality of the library besides map and cell representation, mostly centering around the Location class.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Modifies this location by applying the given block to it. The block is used to modify the location's x, y and z coordinates. If this location is an instance of MutableLocation, the coordinates will be modified directly. Otherwise, a new instance of ImmutableLocation will be created with the modified coordinates.