translate

fun translate(x: Float, y: Float, z: Float): Tessellator

Translates the Tessellator in 3d space. Similar to com.chattriggers.ctjs.minecraft.libs.renderer.Renderer.translate

Return

the Tessellator to allow for method chaining

Parameters

x

the x position

y

the y position

z

the z position

Sources

Link copied to clipboard