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 INeighborStrategyNeighborStrategies.DIAGONAL_3DChecks all 26 surrounding nodes in a 3x3x3 cube.static final INeighborStrategyNeighborStrategies.VERTICAL_AND_HORIZONTALJust 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)