Skip to main content

Module poi

Module poi 

Source
Expand description

Point of Interest (POI) system.

Tracks special blocks (beds, workstations, bells, nether portals, etc.) for efficient spatial queries without scanning every block.

Re-exports§

pub use poi_instance::PointOfInterest;
pub use poi_set::PointOfInterestSet;
pub use poi_storage::OccupationStatus;
pub use poi_storage::PointOfInterestStorage;

Modules§

poi_instance
Individual point of interest instance.
poi_set
POI set for a single chunk section.
poi_storage
World-level POI storage manager.