LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.features.chat.packet
/
AxoUser
Axo
User
@
JvmRecord
data
class
AxoUser
(
val
name
:
String
,
val
uuid
:
UUID
)
:
Record
A axochat user
Parameters
name
of user
uuid
of user
Members
Constructors
Axo
User
Link copied to clipboard
constructor
(
name
:
String
,
uuid
:
UUID
)
Properties
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
uuid
Link copied to clipboard
@
SerializedName
(
value
=
"uuid"
)
val
uuid
:
UUID