FixedLevelingTable

abstract class FixedLevelingTable(val levels: List<Double>) : LevelingTable(source)

Inheritors

Constructors

Link copied to clipboard
constructor(levels: List<Double>)

Functions

Link copied to clipboard
open override fun expForLevel(lvl: Int): Double
Link copied to clipboard
open override fun shouldLevelUp(lvl: Int, overflow: Double): Boolean
Link copied to clipboard
open fun totalExpForLevel(lvl: Int): Double

Properties

Link copied to clipboard