Class FlyingBlockExaminer
java.lang.Object
net.citizensnpcs.api.astar.pathfinder.FlyingBlockExaminer
- All Implemented Interfaces:
BlockExaminer
,NeighbourGeneratorBlockExaminer
-
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) getNeighbours
(BlockSource source, PathPoint point) isPassable
(BlockSource source, PathPoint point)
-
Constructor Details
-
FlyingBlockExaminer
public FlyingBlockExaminer()
-
-
Method Details
-
getCost
- Specified by:
getCost
in interfaceBlockExaminer
-
getNeighbours
- Specified by:
getNeighbours
in interfaceNeighbourGeneratorBlockExaminer
-
isPassable
- Specified by:
isPassable
in interfaceBlockExaminer
-