Package-level declarations

Types

Link copied to clipboard

Base interface for creatures in the library.

Link copied to clipboard
@Serializable
data class BoostableBosses(val boostedBoss: BossEntry, val bosses: List<BossEntry>)

The boostable bosses section of Tibia.com.

Link copied to clipboard
@Serializable
data class BossEntry(val name: String, val identifier: String) : BaseCreatureEntry

A boss in the BoostableBosses section of Tibia.com.

Link copied to clipboard
@Serializable
data class CreatureEntry(val name: String, val identifier: String) : BaseCreatureEntry

A creature in the CreaturesSection.

Link copied to clipboard
@Serializable
data class CreaturesSection(val boostedCreature: CreatureEntry, val creatures: List<CreatureEntry>)

The Creature's section in Tibia.com.