Basics
Guides
API Reference
Basics
Guides
API Reference
[17:14] static extends: object
Helper for FXGL's QuestState enum (com.almasb.fxgl.quest.QuestState). Identifies the four states a Quest (or QuestObjective) can be in:
NOT_STARTED ()
ACTIVE ()
COMPLETED ()
FAILED ()
get (string Name)
Resolves a QuestState by name.
Name is one of "NOT_STARTED", "ACTIVE", "COMPLETED", "FAILED".values ()
Returns QuestState[] containing every constant.
valueOf (string Name)
Standard Enum.valueOf strict lookup.

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