Basics
Guides
API Reference
Basics
Guides
API Reference
[19:7] extends: Parent
Wraps FXGL's abstract MiniGameView (com.almasb.fxgl.minigames.MiniGameView), the JavaFX Parent subclass that renders a MiniGame. Concrete views like CircuitBreakerView and SweetSpotView extend this; their wrappers are the typical entry point. Because MiniGameView extends javafx.scene.Parent, the wrapper's .obj plays into any JavaFX scene-graph add through the existing fx scene wrappers.
MiniGameView ()
Constructs an empty wrapper; populate via adopt.
adopt (object Ajo)
Wraps an existing MiniGameView AussomJavaObject.
Ajo is an AussomJavaObject around a MiniGameView.A new wrapper.getMiniGame ()
Returns the backing MiniGame the view drives.
An AussomJavaObject around a MiniGame.onInitInput (object InputObj)
Wires the view's input bindings to the given Input service. Called by MiniGameSubScene at setup.
InputObj is an AussomJavaObject around an Input service.this objectonUpdate (double Tpf)
Advances the view by tpf seconds.
Tpf is the time per frame in seconds.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.