mcutils
Toggle table of contents
0.5.0
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.player
/
Texture
Texture
@
JsonClass
(
generateAdapter
=
true
)
data
class
Texture
(
val
url
:
String
,
val
metadata
:
Metadata
?
)
Data of the texture.
Members
Constructors
Texture
Link copied to clipboard
constructor
(
url
:
String
,
metadata
:
Metadata
?
)
Properties
metadata
Link copied to clipboard
val
metadata
:
Metadata
?
url
Link copied to clipboard
val
url
:
String