Package net.citizensnpcs.npc.ai
Class BoundingBoxExaminer
java.lang.Object
net.citizensnpcs.npc.ai.BoundingBoxExaminer
- All Implemented Interfaces:
BlockExaminer
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.citizensnpcs.api.astar.pathfinder.BlockExaminer
BlockExaminer.PassableState
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getCost
(BlockSource source, PathPoint point) isPassable
(BlockSource source, PathPoint point)
-
Constructor Details
-
BoundingBoxExaminer
-
-
Method Details
-
getCost
- Specified by:
getCost
in interfaceBlockExaminer
-
isPassable
- Specified by:
isPassable
in interfaceBlockExaminer
-