Basics
Guides
API Reference
Basics
Guides
API Reference
[12:14] static extends: object
Helper for FXGL's pathfinding CellState enum. Each AStarCell holds one of WALKABLE or NOT_WALKABLE; the pathfinder treats NOT_WALKABLE cells as obstacles.
get (string Name)
Resolves a CellState enum value by name.
Name is "WALKABLE" or "NOT_WALKABLE".An AussomJavaObject wrapping the CellState value.values ()
Returns CellState[] containing every constant.
valueOf (string Name)
Standard Enum.valueOf — strict variant of get. Throws on unknown names.
isWalkable (object StateAjo)
Returns true when the supplied CellState AJO represents a walkable cell.
isNotWalkable (object StateAjo)
Returns true when the supplied CellState AJO represents a non-walkable cell.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.