net.minecraft.src
Class ModelPoolObjEntry

java.lang.Object
  extended by net.minecraft.src.ModelPoolEntry
      extended by net.minecraft.src.ModelPoolObjEntry

public class ModelPoolObjEntry
extends ModelPoolEntry


Field Summary
 
Fields inherited from class net.minecraft.src.ModelPoolEntry
faces, groups, name, textures, vertices
 
Constructor Summary
ModelPoolObjEntry()
           
 
Method Summary
 void getModel(java.io.File file)
           
 
Methods inherited from class net.minecraft.src.ModelPoolEntry
checkValidPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelPoolObjEntry

public ModelPoolObjEntry()
Method Detail

getModel

public void getModel(java.io.File file)
Specified by:
getModel in class ModelPoolEntry