mcutils
Toggle table of contents
0.5.0
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.player
/
DecodedTextures
Decoded
Textures
@
JsonClass
(
generateAdapter
=
true
)
data
class
DecodedTextures
(
val
timestamp
:
Long
,
val
profileId
:
String
,
val
profileName
:
String
,
val
textures
:
Map
<
String
,
Texture
>
)
Texture element decoded from
RawPlayerProfile.Property.value
.
Members
Constructors
Decoded
Textures
Link copied to clipboard
constructor
(
timestamp
:
Long
,
profileId
:
String
,
profileName
:
String
,
textures
:
Map
<
String
,
Texture
>
)
Properties
profile
Id
Link copied to clipboard
val
profileId
:
String
profile
Name
Link copied to clipboard
val
profileName
:
String
textures
Link copied to clipboard
val
textures
:
Map
<
String
,
Texture
>
timestamp
Link copied to clipboard
val
timestamp
:
Long