LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty.mojang.model
/
TextureProperty
Texture
Property
@
JvmRecord
data
class
TextureProperty
(
val
name
:
String
,
val
value
:
String
,
val
signature
:
String
?
=
null
)
:
Record
Members
Constructors
Texture
Property
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
,
signature
:
String
?
=
null
)
Properties
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
signature
Link copied to clipboard
@
SerializedName
(
value
=
"signature"
)
val
signature
:
String
?
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String