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