public interface IPipeFlowRenderer<F extends PipeFlow>
Modifier and Type | Method and Description |
---|---|
void |
render(F flow,
double x,
double y,
double z,
float partialTicks,
net.minecraft.client.renderer.VertexBuffer vb) |
void render(F flow, double x, double y, double z, float partialTicks, net.minecraft.client.renderer.VertexBuffer vb)
flow
- The flow to renderx
- y
- z
- vb
- The (optional) vertex buffer that you can render into. Note that you can still do GL stuff.