Package net.citizensnpcs.npc.ai
Class BoundingBoxExaminer
java.lang.Object
net.citizensnpcs.npc.ai.BoundingBoxExaminer
- All Implemented Interfaces:
- BlockExaminer
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.citizensnpcs.api.astar.pathfinder.BlockExaminerBlockExaminer.PassableState
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetCost(BlockSource source, PathPoint point) isPassable(BlockSource source, PathPoint point) 
- 
Constructor Details- 
BoundingBoxExaminer
 
- 
- 
Method Details- 
getCost- Specified by:
- getCostin interface- BlockExaminer
 
- 
isPassable- Specified by:
- isPassablein interface- BlockExaminer
 
 
-