public interface Mesh
QuadView instances encoded by the renderer,
typically via Renderer.meshBuilder().
Similar in purpose to the List<BakedQuad> instances returned by BakedModel, but
affords the renderer the ability to optimize the format for performance
and memory allocation.
Only the renderer should implement or extend this interface.
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<QuadView> consumer)
Use to access all of the quads encoded in this mesh.
|