Interface IVertexProducer
-
- All Known Implementing Classes:
BakedQuad
public interface IVertexProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpipe(IVertexConsumer consumer)
-
-
-
Method Detail
-
pipe
void pipe(IVertexConsumer consumer)
- Parameters:
consumer- consumer to receive the vertex data this producer can provide
-
-