Package-level declarations

Contains the code necessary for player item collections

Types

Link copied to clipboard
open class Collection(val name: String, val rewards: List<Reward>, val section: CollectionSection, val table: CollectionTable) : Serializable

A single collection which contains different items and rewards

Link copied to clipboard

A compound which contains all collections of a player

Link copied to clipboard

A section for collections

Link copied to clipboard

A type of collection, which is associated with items that are collected for this collection

Link copied to clipboard
data class PlayerCollection(var lvl: Int, var total: Int) : Serializable

An object that stores player's progress for a certain collection