Uses of Enum Class
zombie.pathfind.extra.BorderStatus
Packages that use BorderStatus
-
Uses of BorderStatus in zombie.pathfind.extra
Subclasses with type arguments of type BorderStatus in zombie.pathfind.extraFields in zombie.pathfind.extra with type parameters of type BorderStatusModifier and TypeFieldDescriptionstatic final EnumMap
<Direction, BorderStatus> BorderStatus.NO_WALLS
Methods in zombie.pathfind.extra that return BorderStatusModifier and TypeMethodDescriptionstatic BorderStatus
Returns the enum constant of this class with the specified name.static BorderStatus[]
BorderStatus.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 BorderStatusModifier and TypeMethodDescriptionPosition.walls()
Returns the value of thewalls
record component.Constructor parameters in zombie.pathfind.extra with type arguments of type BorderStatusModifierConstructorDescriptionPos
(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.