Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.platform
/
PlatformInfo
Platform
Info
@
Serializable
data
class
PlatformInfo
(
val
software
:
PlatformInfo.ServerSoftwareBase
,
val
version
:
PlatformInfo.Version
)
Members
Constructors
Platform
Info
Link copied to clipboard
constructor
(
software
:
PlatformInfo.ServerSoftwareBase
,
version
:
PlatformInfo.Version
)
Types
Server
Software
Base
Link copied to clipboard
enum
ServerSoftwareBase
:
Enum
<
PlatformInfo.ServerSoftwareBase
>
Version
Link copied to clipboard
@
Serializable
data
class
Version
(
val
api
:
String
,
val
minecraft
:
String
)
Properties
software
Link copied to clipboard
val
software
:
PlatformInfo.ServerSoftwareBase
version
Link copied to clipboard
val
version
:
PlatformInfo.Version