Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: LockPickView

[14:7] extends: MiniGameView

Wraps FXGL's LockPickView (com.almasb.fxgl.minigames.lockpicking.LockPickView), the (placeholder) view for the LockPick minigame. Construct with no arguments; the view creates its own LockPickMiniGame.

Methods

  • LockPickView ()

    Creates a new LockPickView.

  • adopt (object Ajo)

    Wraps an existing LockPickView AussomJavaObject.

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