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.domain.teleport
/
TeleportCostCalculator
Teleport
Cost
Calculator
class
TeleportCostCalculator
(
config
:
TeleportCostConfig
)
Members
Constructors
Teleport
Cost
Calculator
Link copied to clipboard
constructor
(
config
:
TeleportCostConfig
)
Functions
calculate
Cost
Link copied to clipboard
fun
calculateCost
(
distance
:
Double
,
isDifferentWorld
:
Boolean
)
:
ULong
距離から料金を算出します(ワールド間移動かどうかは呼び出し元で判断)。
fun
calculateCost
(
from
:
Location
,
to
:
Location
)
:
ULong
2地点間のテレポート料金を計算します。