scale

fun scale(x: Float, y: Float = x, z: Float = x): Tessellator

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

Return

the Tessellator to allow for method chaining

Parameters

x

scale in the x direction or all directions if y and z are not supplied

y

scale in the y direction

z

scale in the z direction

Sources

Link copied to clipboard