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.utils.render
/
asTexture
as
Texture
inline
fun
NativeImage
.
asTexture
(
name
:
String
=
"Texture NativeImage@"
)
:
DynamicTexture
@
JvmOverloads
fun
NativeImage
.
asTexture
(
nameSupplier
:
Supplier
<
String
>
=
Supplier { "Texture NativeImage@${this.hashCode().toString(16)} (${this.width}x${this.height})" }
)
:
DynamicTexture