| Package | Description | 
|---|---|
| net.minecraftforge.client.model.obj | 
| Modifier and Type | Field and Description | 
|---|---|
| private OBJModel.Texture | OBJModel.Material. texture | 
| static OBJModel.Texture | OBJModel.Texture. WHITE | 
| Modifier and Type | Method and Description | 
|---|---|
| OBJModel.Texture | OBJModel.Material. getTexture() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OBJModel.Material. setTexture(OBJModel.Texture texture) | 
| Constructor and Description | 
|---|
| Material(OBJModel.Texture texture) | 
| Material(javax.vecmath.Vector4f color,
        OBJModel.Texture texture,
        java.lang.String name) |