Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.backend
/
BackendInfo
Backend
Info
data
class
BackendInfo
(
val
id
:
String
,
val
host
:
String
,
val
port
:
Int
)
Backend server descriptor exposed to mods.
Members
Constructors
Backend
Info
Link copied to clipboard
constructor
(
id
:
String
,
host
:
String
,
port
:
Int
)
Properties
host
Link copied to clipboard
val
host
:
String
id
Link copied to clipboard
val
id
:
String
port
Link copied to clipboard
val
port
:
Int