Basics
Guides
API Reference
Basics
Guides
API Reference
[21:7] extends: FxObj
Wraps FXGL's BiomeMapGenerator
(com.almasb.fxgl.procedural.BiomeMapGenerator), a
CellGenerator that fills a Grid
BiomeMapGenerator (int Width = 0, int Height = 0, double Frequency = -1.0)
Creates a new BiomeMapGenerator.
Width is the target grid width in cells.Height is the target grid height in cells.Frequency is the noise frequency (default 10.0 when -1).adopt (object Ajo)
Wraps an existing BiomeMapGenerator AussomJavaObject.
getWidth ()
getHeight ()
getFrequency ()
setFrequency (double V)
apply (int X, int Y)
Generates the BiomeData cell at (X, Y). Returns a raw BiomeData AJO (x, y, elevation, moisture fields).

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