net.minecraft.src
Class TexturedPolygon

java.lang.Object
  extended by net.minecraft.src.TexturedQuad
      extended by net.minecraft.src.TexturedPolygon

public class TexturedPolygon
extends net.minecraft.src.TexturedQuad


Field Summary
 
Fields inherited from class net.minecraft.src.TexturedQuad
nVertices, vertexPositions
 
Constructor Summary
TexturedPolygon(net.minecraft.src.PositionTextureVertex[] apositionTexturevertex)
           
 
Method Summary
 void draw(net.minecraft.src.Tessellator tessellator, float f)
           
 void setInvertNormal(boolean isSet)
           
 void setNormals(float x, float y, float z)
           
 
Methods inherited from class net.minecraft.src.TexturedQuad
flipFace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexturedPolygon

public TexturedPolygon(net.minecraft.src.PositionTextureVertex[] apositionTexturevertex)
Method Detail

setInvertNormal

public void setInvertNormal(boolean isSet)

setNormals

public void setNormals(float x,
                       float y,
                       float z)

draw

public void draw(net.minecraft.src.Tessellator tessellator,
                 float f)
Overrides:
draw in class net.minecraft.src.TexturedQuad