Uses of Class
net.minecraft.src.Coord2D

Uses of Coord2D in net.minecraft.src
 

Fields in net.minecraft.src with type parameters of type Coord2D
 java.util.ArrayList<Coord2D> Shape2D.coords
           
 

Methods in net.minecraft.src that return Coord2D
 Coord2D[] Shape2D.getCoordArray()
           
 

Methods in net.minecraft.src with parameters of type Coord2D
 void ModelRendererTurbo.addShape3D(float x, float y, float z, Coord2D[] coordinates, float depth, int shapeTextureWidth, int shapeTextureHeight, int sideTextureWidth, int sideTextureHeight, int direction)
          Creates a shape from a 2D vector shape.
 void ModelRendererTurbo.addShape3D(float x, float y, float z, Coord2D[] coordinates, float depth, int shapeTextureWidth, int shapeTextureHeight, int sideTextureWidth, int sideTextureHeight, int direction, float[] faceLengths)
          Creates a shape from a 2D vector shape.
 

Method parameters in net.minecraft.src with type arguments of type Coord2D
 void ModelRendererTurbo.addShape3D(float x, float y, float z, java.util.ArrayList<Coord2D> coordinates, float depth, int shapeTextureWidth, int shapeTextureHeight, int sideTextureWidth, int sideTextureHeight, int direction)
          Creates a shape from a 2D vector shape.
 void ModelRendererTurbo.addShape3D(float x, float y, float z, java.util.ArrayList<Coord2D> coordinates, float depth, int shapeTextureWidth, int shapeTextureHeight, int sideTextureWidth, int sideTextureHeight, int direction, float[] faceLengths)
          Creates a shape from a 2D vector shape.
 

Constructors in net.minecraft.src with parameters of type Coord2D
Shape2D(Coord2D[] coordArray)
           
 

Constructor parameters in net.minecraft.src with type arguments of type Coord2D
Shape2D(java.util.ArrayList<Coord2D> coordList)