- All Known Subinterfaces:
DelegateVertexConsumer, DelegatingVertexCallback, KLibVertexConsumer, com.mojang.blaze3d.vertex.VertexConsumer, VertexConsumerMixin
- All Known Implementing Classes:
EmptyVertexConsumer, LineWidthConsumer, OnlyPosColNormalVertexCallback, OnlyPosColTexNormalVertexCallback, OnlyPosColTexVertexCallback, OnlyPosColVertexCallback, OnlyPosTexVertexCallback, OnlyPosVertexCallback, PosColTexLightVertexConsumer, PosColTexVertexConsumer, PosColVertexConsumer, PosVertexConsumer, TransformedNormalsVertexCallback, TransformedPositionsVertexCallback, TransformedVertexCallback, VertexCallbackWithColor, VertexCallbackWithLight, VertexCallbackWithLineWidth, VertexCallbackWithNormal, VertexCallbackWithOverlay, VertexCallbackWithTexture
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
acceptCol(float r,
float g,
float b,
float a)
default void
line(float x1,
float y1,
float z1,
float x2,
float y2,
float z2)
default void
line(float x1,
float y1,
float z1,
float x2,
float y2,
float z2,
float nx,
float ny,
float nz)
default void
default void
line(org.joml.Vector3fc start,
org.joml.Vector3fc end)
default void
quad(float x,
float y,
float z,
float u,
float v,
float nx,
float ny,
float nz)