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.