Skip to main content

Module poi

Module poi 

Source
Expand description

Point of Interest (POI) type registry.

POI types track special blocks (beds, workstations, bells, nether portals, etc.) so game systems can efficiently query for nearby points of interest without scanning every block.

Structs§

PoiTypeRegistry
Registry of all POI types, with reverse lookup from block state to type.
PointOfInterestType
A type of point of interest (e.g., bed, workstation, bell, nether portal).

Type Aliases§

PoiTypeRef
Static reference to a POI type definition.