Class NeighborStrategies
java.lang.Object
de.bsommerfeld.pathetic.api.pathing.NeighborStrategies
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final INeighborStrategy
Checks all 26 surrounding nodes in a 3x3x3 cube.static final INeighborStrategy
Just checks adjacent nodes (up, down, left, right, forward, back). -
Method Summary
-
Field Details
-
VERTICAL_AND_HORIZONTAL
Just checks adjacent nodes (up, down, left, right, forward, back). -
DIAGONAL_3D
Checks all 26 surrounding nodes in a 3x3x3 cube.
-