Basics
Guides
API Reference
Basics
Guides
API Reference
[18:14] static extends: object
Helper for FXGL's CellGeneratormake(callback), then pass the returned AJO into Grid /
AStarGrid construction (currently exposed only via the helper
Java factories).
make (callback Cb)
Wraps an Aussom callback (x, y) -> Cell as a Java BiFunction<Integer, Integer, T> matching FXGL's CellGenerator contract.
Cb is a callback (int x, int y) -> Cell.An AussomJavaObject around the BiFunction.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.