public interface IVertexConsumer
| Modifier and Type | Method and Description | 
|---|---|
VertexFormat | 
getVertexFormat()  | 
void | 
put(int element,
   float... data)  | 
void | 
setApplyDiffuseLighting(boolean diffuse)  | 
void | 
setQuadOrientation(EnumFacing orientation)  | 
void | 
setQuadTint(int tint)  | 
void | 
setTexture(TextureAtlasSprite texture)  | 
VertexFormat getVertexFormat()
void setQuadTint(int tint)
void setQuadOrientation(EnumFacing orientation)
void setApplyDiffuseLighting(boolean diffuse)
void setTexture(TextureAtlasSprite texture)
void put(int element,
         float... data)