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
/
TeleportResult
Teleport
Result
sealed
class
TeleportResult
テレポート実行結果を表すsealed class。
Inheritors
Success
InsufficientBalance
TransactionFailed
LocationNotFound
Members
Types
Insufficient
Balance
Link copied to clipboard
data
class
InsufficientBalance
(
val
current
:
ULong
,
val
required
:
ULong
)
:
TeleportResult
残高不足でテレポート失敗。
Location
Not
Found
Link copied to clipboard
data
object
LocationNotFound
:
TeleportResult
テレポート先が見つからない。
Success
Link copied to clipboard
data
class
Success
(
val
newBalance
:
ULong
)
:
TeleportResult
テレポート成功。
Transaction
Failed
Link copied to clipboard
data
object
TransactionFailed
:
TeleportResult
トランザクション処理失敗。