mcutils
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.status
/
Version
Version
data
class
Version
(
val
name
:
String
,
val
protocol
:
Int
)
Server version information.
Members
Constructors
Version
Link copied to clipboard
constructor
(
name
:
String
,
protocol
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
The version name.
protocol
Link copied to clipboard
val
protocol
:
Int
The protocol version number.