Interface KLibVertexConsumer
- All Superinterfaces:
VertexCallback
- All Known Subinterfaces:
DelegateVertexConsumer, com.mojang.blaze3d.vertex.VertexConsumer, VertexConsumerMixin
- All Known Implementing Classes:
EmptyVertexConsumer, LineWidthConsumer, PosColTexLightVertexConsumer, PosColTexVertexConsumer, PosColVertexConsumer, PosVertexConsumer
-
Method Summary
Modifier and TypeMethodDescriptiondefault VertexCallbackacceptCol(float r, float g, float b, float a) default VertexCallbackacceptLight(int u, int v) default VertexCallbackacceptLineWidth(float lineWidth) default VertexCallbackacceptNormal(float nx, float ny, float nz) default VertexCallbackacceptOverlay(int u, int v) default VertexCallbackacceptPos(float x, float y, float z) default VertexCallbackacceptTex(float u, float v) Methods inherited from interface VertexCallback
line, line, line, line, onlyPos, onlyPosCol, onlyPosColNormal, onlyPosColTex, onlyPosColTexNormal, onlyPosTex, quad, withColor, withLight, withLineWidth, withNormal, withOverlay, withTex, withTransformedNormals, withTransformedPositions, withTransformedPositionsAndNormals
-
Method Details
-
acceptPos
- Specified by:
acceptPosin interfaceVertexCallback
-
acceptTex
- Specified by:
acceptTexin interfaceVertexCallback
-
acceptCol
- Specified by:
acceptColin interfaceVertexCallback
-
acceptNormal
- Specified by:
acceptNormalin interfaceVertexCallback
-
acceptLight
- Specified by:
acceptLightin interfaceVertexCallback
-
acceptOverlay
- Specified by:
acceptOverlayin interfaceVertexCallback
-
acceptLineWidth
- Specified by:
acceptLineWidthin interfaceVertexCallback
-