Uses of Class
net.minecraft.src.TexturedPolygon

Uses of TexturedPolygon in net.minecraft.src
 

Fields in net.minecraft.src declared as TexturedPolygon
 TexturedPolygon[] ModelPoolEntry.faces
           
 TexturedPolygon[] Shape3D.faces
           
 

Methods in net.minecraft.src with parameters of type TexturedPolygon
 void ModelRendererTurbo.copyTo(net.minecraft.src.PositionTextureVertex[] verts, TexturedPolygon[] poly)
          Copies an array of vertices and polygons to the current shape.
 void ModelRendererTurbo.copyTo(net.minecraft.src.PositionTextureVertex[] verts, TexturedPolygon[] poly, boolean copyGroup)
           
 

Constructors in net.minecraft.src with parameters of type TexturedPolygon
Shape3D(PositionTransformVertex[] verts, TexturedPolygon[] poly)