net.minecraft.src
Class Shape2D
java.lang.Object
net.minecraft.src.Shape2D
public class Shape2D
- extends java.lang.Object
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 |
coords
public java.util.ArrayList<Coord2D> coords
Shape2D
public Shape2D()
Shape2D
public Shape2D(Coord2D[] coordArray)
Shape2D
public Shape2D(java.util.ArrayList<Coord2D> coordList)
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)