habbokt
jvm
packet
/
com.habbokt.packet.asm.handshake.userobject
/
UserObjectPacket
User
Object
Packet
data
class
UserObjectPacket
(
val
userId
:
String
,
val
name
:
String
,
val
figure
:
String
,
val
sex
:
String
,
val
customData
:
String
,
val
phTickets
:
Int
,
val
phFigure
:
String
,
val
photoFilm
:
Int
,
val
directMail
:
Int
,
val
respectTicketTotal
:
Int
,
val
respectTicketCount
:
Int
)
:
Packet
Author
Jordan Abraham
Members
Constructors
User
Object
Packet
Link copied to clipboard
constructor
(
userId
:
String
,
name
:
String
,
figure
:
String
,
sex
:
String
,
customData
:
String
,
phTickets
:
Int
,
phFigure
:
String
,
photoFilm
:
Int
,
directMail
:
Int
,
respectTicketTotal
:
Int
,
respectTicketCount
:
Int
)
Properties
custom
Data
Link copied to clipboard
val
customData
:
String
direct
Mail
Link copied to clipboard
val
directMail
:
Int
figure
Link copied to clipboard
val
figure
:
String
name
Link copied to clipboard
val
name
:
String
ph
Figure
Link copied to clipboard
val
phFigure
:
String
photo
Film
Link copied to clipboard
val
photoFilm
:
Int
ph
Tickets
Link copied to clipboard
val
phTickets
:
Int
respect
Ticket
Count
Link copied to clipboard
val
respectTicketCount
:
Int
respect
Ticket
Total
Link copied to clipboard
val
respectTicketTotal
:
Int
sex
Link copied to clipboard
val
sex
:
String
user
Id
Link copied to clipboard
val
userId
:
String