net.minecraft.src
Class Shape2D

java.lang.Object
  extended by net.minecraft.src.Shape2D

public class Shape2D
extends java.lang.Object


Field Summary
 java.util.ArrayList<Coord2D> coords
           
 
Constructor Summary
Shape2D()
           
Shape2D(java.util.ArrayList<Coord2D> coordList)
           
Shape2D(Coord2D[] coordArray)
           
 
Method Summary
 Shape3D extrude(float x, float y, float z, float rotX, float rotY, float rotZ, float depth, int u, int v, int textureWidth, int textureHeight, int shapeTextureWidth, int shapeTextureHeight, int sideTextureWidth, int sideTextureHeight, float[] faceLengths)
           
 Coord2D[] getCoordArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coords

public java.util.ArrayList<Coord2D> coords
Constructor Detail

Shape2D

public Shape2D()

Shape2D

public Shape2D(Coord2D[] coordArray)

Shape2D

public Shape2D(java.util.ArrayList<Coord2D> coordList)
Method Detail

getCoordArray

public Coord2D[] getCoordArray()

extrude

public Shape3D extrude(float x,
                       float y,
                       float z,
                       float rotX,
                       float rotY,
                       float rotZ,
                       float depth,
                       int u,
                       int v,
                       int textureWidth,
                       int textureHeight,
                       int shapeTextureWidth,
                       int shapeTextureHeight,
                       int sideTextureWidth,
                       int sideTextureHeight,
                       float[] faceLengths)