mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
shared
/
tech.aliorpse.mcutils.util
Package-level
declarations
Types
Functions
Types
Host
Port
Link copied to clipboard
data
class
HostPort
(
val
host
:
String
?
,
val
port
:
Int
?
)
Functions
host
Port
Of
Link copied to clipboard
fun
hostPortOf
(
address
:
String
?
)
:
HostPort
Parses a host:port? String into
HostPort
.