AbstractQuadRenderer

public abstract class AbstractQuadRenderer

Base quad-rendering class for fallback and mesh consumers. Has most of the actual buffer-time lighting and coloring logic.

Functions

bufferQuad
Link copied to clipboard
static void bufferQuad(VertexConsumer buff, MutableQuadViewImpl quad, Matrix4f matrix, int overlay, Matrix3f normalMatrix, Vec3f normalVec)

Inheritors

AbstractMeshConsumer
Link copied to clipboard
TerrainFallbackConsumer
Link copied to clipboard

Sources

jvm source
Link copied to clipboard