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.render
/
drawGlyphOnCurrentLayer
draw
Glyph
On
Current
Layer
inline
fun
GuiGraphics
.
drawGlyphOnCurrentLayer
(
textureSetup
:
TextureSetup
,
x0
:
Float
,
y0
:
Float
,
x1
:
Float
,
y1
:
Float
,
u1
:
Float
=
0.0f
,
v1
:
Float
=
0.0f
,
u2
:
Float
=
1.0f
,
v2
:
Float
=
1.0f
,
argb
:
Int
=
-1
,
pipeline
:
RenderPipeline
=
RenderPipelines.GUI_TEXTURED
)