Package | Description |
---|---|
net.fabricmc.fabric.api.renderer.v1.mesh | |
net.fabricmc.fabric.api.renderer.v1.model |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableQuadView
A mutable
QuadView instance. |
interface |
QuadEmitter
Specialized
MutableQuadView obtained via MeshBuilder.getEmitter()
to append quads during mesh building. |
Modifier and Type | Method and Description |
---|---|
void |
Mesh.forEach(java.util.function.Consumer<QuadView> consumer)
Use to access all of the quads encoded in this mesh.
|
Modifier and Type | Method and Description |
---|---|
net.minecraft.client.texture.Sprite |
SpriteFinder.find(QuadView quad,
int textureIndex)
Finds the atlas sprite containing the vertex centroid of the quad.
|