Uses of Enum Class
zombie.pathfind.extra.Direction
Packages that use Direction
-
Uses of Direction in zombie.pathfind.extra
Subclasses with type arguments of type Direction in zombie.pathfind.extraFields in zombie.pathfind.extra with type parameters of type DirectionModifier and TypeFieldDescriptionstatic final EnumMap
<Direction, BorderStatus> BorderStatus.NO_WALLS
Methods in zombie.pathfind.extra that return DirectionModifier and TypeMethodDescriptionPosition.direction()
Returns the value of thedirection
record component.static Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.pathfind.extra that return types with arguments of type DirectionModifier and TypeMethodDescriptionPosition.walls()
Returns the value of thewalls
record component.Methods in zombie.pathfind.extra with parameters of type DirectionModifier and TypeMethodDescriptionstatic SquareCoord
Direction.move
(SquareCoord squareCoord, Direction direction) Constructors in zombie.pathfind.extra with parameters of type DirectionModifierConstructorDescriptionPosition
(SquareCoord coords, Direction direction, int distance, int tick, EnumMap<Direction, BorderStatus> walls) Creates an instance of aPosition
record class.Constructor parameters in zombie.pathfind.extra with type arguments of type DirectionModifierConstructorDescriptionPos
(SquareCoord squareCoord, EnumMap<Direction, BorderStatus> enumMap) Position
(SquareCoord coords, Direction direction, int distance, int tick, EnumMap<Direction, BorderStatus> walls) Creates an instance of aPosition
record class.