begin

fun begin(drawMode: Int = 7, textured: Boolean = true): Tessellator

Begin drawing with the Tessellator with default draw mode of quads and textured

Return

the Tessellator to allow for method chaining

See also

Parameters

drawMode

the GL draw mode

textured

if the Tessellator is textured

Sources

Link copied to clipboard