Uses of Interface
de.bsommerfeld.pathetic.api.pathing.INeighborStrategy
Packages that use INeighborStrategy
Package
Description
-
Uses of INeighborStrategy in de.bsommerfeld.pathetic.api.pathing
Fields in de.bsommerfeld.pathetic.api.pathing declared as INeighborStrategyModifier and TypeFieldDescriptionstatic final INeighborStrategy
NeighborStrategies.DIAGONAL_3D
Checks all 26 surrounding nodes in a 3x3x3 cube.static final INeighborStrategy
NeighborStrategies.VERTICAL_AND_HORIZONTAL
Just checks adjacent nodes (up, down, left, right, forward, back). -
Uses of INeighborStrategy in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return INeighborStrategyMethods in de.bsommerfeld.pathetic.api.pathing.configuration with parameters of type INeighborStrategyModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.neighborStrategy
(INeighborStrategy neighborStrategy)