Package-level declarations

Types

Link copied to clipboard
class ArmorComparator(expectedDamage: Float, armorKitParametersForSlot: ArmorKitParameters, durabilityThreshold: Int = Int.MIN_VALUE) : Comparator<ArmorPiece>

Compares armor pieces by their damage reduction.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ArmorParameter(val defensePoints: Float, val toughness: Float) : Record
Link copied to clipboard
value class ArmorPiece(val itemSlot: ItemSlot)