mcutils
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.status
/
Sample
Sample
data
class
Sample
(
val
id
:
String
,
val
name
:
String
)
Sample player information representing some online players.
Members
Constructors
Sample
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String