MagicBountyLoader

Loads MagicBountySpec from JSON file and stores them in BOUNTIES Map.

Author

Tartiflette

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
enum Gender
Link copied to clipboard
enum JobType
The type of bounty; defines criteria for successful completion.
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addBountyData(id: String, data: MagicBountySpec, overwrite: Boolean)
Link copied to clipboard
open fun clearBountyData()
Link copied to clipboard
open fun deleteBountyData(id: String)
Link copied to clipboard
open fun getBountyData(id: String): MagicBountySpec
Link copied to clipboard
open fun loadBountiesFromJSON(appendOnly: Boolean)

Properties

Link copied to clipboard
open var BOUNTIES: Map<String, MagicBountySpec>
MagicBountySpec Map containing all the bounties loaded from JSON file, key is the bounty unique id.
Link copied to clipboard
Link copied to clipboard