Interface BlockExaminer.AdditionalNeighbourGenerator
- All Superinterfaces:
BlockExaminer
- All Known Implementing Classes:
FallingExaminer,JumpingExaminer
- Enclosing interface:
BlockExaminer
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.citizensnpcs.api.astar.pathfinder.BlockExaminer
BlockExaminer.AdditionalNeighbourGenerator, BlockExaminer.PassableState, BlockExaminer.ReplacementNeighbourGenerator, BlockExaminer.StandableState -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNeighbours(BlockSource source, PathPoint point, List<PathPoint> neighbours) Methods inherited from interface net.citizensnpcs.api.astar.pathfinder.BlockExaminer
canStandAt, getCost, isPassable
-
Method Details
-
addNeighbours
-