| Package | Description | 
|---|---|
| net.minecraftforge.client.model.obj | 
| Modifier and Type | Field and Description | 
|---|---|
| private OBJModel.Material | OBJModel.Vertex. material | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.Map<java.lang.String,OBJModel.Material> | OBJModel.MaterialLibrary. materials | 
| Modifier and Type | Method and Description | 
|---|---|
| OBJModel.Material | OBJModel.Vertex. getMaterial() | 
| OBJModel.Material | OBJModel.MaterialLibrary. getMaterial(java.lang.String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OBJModel.Vertex. setMaterial(OBJModel.Material material) | 
| Constructor and Description | 
|---|
| Vertex(javax.vecmath.Vector4f position,
      OBJModel.Material material) |