toggle menu
MoulConfig
4.1.0-beta
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.common
/
RenderContext
/
DrawTextureBuilder
Draw
Texture
Builder
public
class
DrawTextureBuilder
(
source
)
Members
Constructors
Render
Context.
Draw
Texture
Builder
Link copied to clipboard
public
void
RenderContext.DrawTextureBuilder
(
MyResourceLocation
texture
,
float x
,
float y
,
float width
,
float height
)
Functions
apply
To
Link copied to clipboard
public
void
applyTo
(
RenderContext
renderContext
)
color
Link copied to clipboard
public
RenderContext.DrawTextureBuilder
color
(
int color
)
filter
Link copied to clipboard
public
RenderContext.DrawTextureBuilder
filter
(
TextureFilter
filter
)
uv
Link copied to clipboard
public
RenderContext.DrawTextureBuilder
uv
(
float u1
,
float v1
,
float u2
,
float v2
)