CustomStrategy

Allows custom levelling stratgies based on a supplied formula

Author

stumper66

Since

4.0

Constructors

Link copied to clipboard
constructor(customName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val strategyType: StrategyType

Functions

Link copied to clipboard
open override fun cloneItem(): LevellingStrategy
Link copied to clipboard
open override fun generateNumber(lmEntity: LivingEntityWrapper, minLevel: Int, maxLevel: Int): Float
Link copied to clipboard
open override fun mergeRule(levellingStrategy: LevellingStrategy?)
Link copied to clipboard
open override fun toString(): String