RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.config.model
/
DistanceTier
Distance
Tier
data
class
DistanceTier
(
val
minDistance
:
Double
,
val
maxDistance
:
Double
,
val
cost
:
ULong
)
Members
Constructors
Distance
Tier
Link copied to clipboard
constructor
(
minDistance
:
Double
,
maxDistance
:
Double
,
cost
:
ULong
)
Properties
cost
Link copied to clipboard
val
cost
:
ULong
max
Distance
Link copied to clipboard
val
maxDistance
:
Double
min
Distance
Link copied to clipboard
val
minDistance
:
Double