fromVanilla

abstract QuadEmitter 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

Sources

jvm source
Link copied to clipboard