toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
legacy
/
io.github.notenoughupdates.moulconfig.internal
/
RenderUtils
Render
Utils
open
class
RenderUtils
(
source
)
Members
Constructors
Render
Utils
Link copied to clipboard
constructor
(
)
Functions
draw
Floating
Rect
Link copied to clipboard
open
fun
drawFloatingRect
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
draw
Floating
Rect
Dark
Link copied to clipboard
open
fun
drawFloatingRectDark
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
open
fun
drawFloatingRectDark
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
shadow
:
Boolean
)
draw
Floating
Rect
With
Alpha
Link copied to clipboard
open
fun
drawFloatingRectWithAlpha
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
alpha
:
Int
,
shadow
:
Boolean
)
draw
Gradient
Rect
Link copied to clipboard
open
fun
drawGradientRect
(
zLevel
:
Int
,
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
startColor
:
Int
,
endColor
:
Int
)
draw
Open
Close
Triangle
Link copied to clipboard
open
fun
drawOpenCloseTriangle
(
isOpen
:
Boolean
,
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
draw
Textured
Rect
Link copied to clipboard
open
fun
drawTexturedRect
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
open
fun
drawTexturedRect
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
,
filter
:
Int
)
open
fun
drawTexturedRect
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
,
uMin
:
Float
,
uMax
:
Float
,
vMin
:
Float
,
vMax
:
Float
)
open
fun
drawTexturedRect
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
,
uMin
:
Float
,
uMax
:
Float
,
vMin
:
Float
,
vMax
:
Float
,
filter
:
Int
)
draw
Textured
Rect
No
Blend
Link copied to clipboard
open
fun
drawTexturedRectNoBlend
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
,
uMin
:
Float
,
uMax
:
Float
,
vMin
:
Float
,
vMax
:
Float
,
filter
:
Int
)