Open alikindsys opened 9 months ago
We need to know, given a block position:
getLowestZone(BlockPos) : Zone
getZoneGraph(BlockPos) : ZoneGraph
getHighestZone(BlockPos) : Zone
isOccupied(BlockPos): Boolean
Given an entity:
isInside(Entity): Boolean
getLowestZone(Entity): Zone
getZoneGraph(Entity) : ZoneGraph
The "highest" zone in the hierarchy that entity is inside. getHighestZone(Entity) : Zone
getHighestZone(Entity) : Zone
This may get expanded or reduced
We need to know, given a block position:
getLowestZone(BlockPos) : Zone
getZoneGraph(BlockPos) : ZoneGraph
getHighestZone(BlockPos) : Zone
isOccupied(BlockPos): Boolean
Given an entity:
isInside(Entity): Boolean
getLowestZone(Entity): Zone
getZoneGraph(Entity) : ZoneGraph
The "highest" zone in the hierarchy that entity is inside.
getHighestZone(Entity) : Zone
This may get expanded or reduced