Package-level declarations

BlueMap marker domain and service APIs. This package ties world points of interest to map-facing features.

Types

Link copied to clipboard

BlueMap API bridge.

Link copied to clipboard

Reads BlueMap markers via the BlueMap API and provides searchable location data for the mod.

Link copied to clipboard
data class MapMarker(val name: String, val category: String, val mapId: String, val kind: MapMarkerKind, val x: Int, val y: Int, val z: Int)

A named location sourced from BlueMap markers.

Link copied to clipboard

Indicates how a MapMarker should be treated for teleportation.