fromVanilla

abstract MutableQuadView fromVanilla(Array<int> quadData, int startIndex, boolean isItem)

Enables bulk vertex data transfer using the standard Minecraft vertex formats.This method should be performant whenever caller's vertex representation makes it feasible.

Calling this method does not emit the quad.

Deprecated

Use fromVanilla which has better encapsulation and removed outdated item flag

abstract MutableQuadView fromVanilla(BakedQuad quad, RenderMaterial material, Direction cullFace)

Enables bulk vertex data transfer using the standard Minecraft vertex formats.This method should be performant whenever caller's vertex representation makes it feasible.

Calling this method does not emit the quad.