Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: LockPickMiniGame

[15:7] extends: MiniGame

Wraps FXGL's LockPickMiniGame (com.almasb.fxgl.minigames.lockpicking.LockPickMiniGame), a placeholder minigame in the FXGL source whose onUpdate is a no-op. Provided so callers can pass it through the MiniGame surface; the active minigame body is wired into LockPickView.

Methods

  • LockPickMiniGame ()

    Creates a new LockPickMiniGame.

  • adopt (object Ajo)

    Wraps an existing LockPickMiniGame AussomJavaObject.

    • @p Ajo is an AussomJavaObject around a LockPickMiniGame.
    • @r A new wrapper.