MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.common
/
RenderContext
/
DrawTextureBuilder
Draw
Texture
Builder
open
class
DrawTextureBuilder
(
source
)
Members
Constructors
Draw
Texture
Builder
Link copied to clipboard
constructor
(
texture
:
MyResourceLocation
,
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
Functions
apply
To
Link copied to clipboard
open
fun
applyTo
(
renderContext
:
RenderContext
)
color
Link copied to clipboard
open
fun
color
(
color
:
Int
)
:
RenderContext.DrawTextureBuilder
filter
Link copied to clipboard
open
fun
filter
(
filter
:
TextureFilter
)
:
RenderContext.DrawTextureBuilder
uv
Link copied to clipboard
open
fun
uv
(
u1
:
Float
,
v1
:
Float
,
u2
:
Float
,
v2
:
Float
)
:
RenderContext.DrawTextureBuilder