net.minecraft.src
Class TexturedPolygon
java.lang.Object
net.minecraft.src.TexturedQuad
net.minecraft.src.TexturedPolygon
public class TexturedPolygon
- extends net.minecraft.src.TexturedQuad
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 |
TexturedPolygon
public TexturedPolygon(net.minecraft.src.PositionTextureVertex[] apositionTexturevertex)
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