net.minecraft.src
Class ModelPool

java.lang.Object
  extended by net.minecraft.src.ModelPool

public class ModelPool
extends java.lang.Object


Field Summary
static java.lang.Class OBJ
           
 
Constructor Summary
ModelPool()
           
 
Method Summary
static ModelPoolEntry addFile(java.lang.String file, java.lang.Class modelClass, java.util.Map<java.lang.String,TransformGroup> group, java.util.Map<java.lang.String,TextureGroup> textureGroup)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJ

public static final java.lang.Class OBJ
Constructor Detail

ModelPool

public ModelPool()
Method Detail

addFile

public static ModelPoolEntry addFile(java.lang.String file,
                                     java.lang.Class modelClass,
                                     java.util.Map<java.lang.String,TransformGroup> group,
                                     java.util.Map<java.lang.String,TextureGroup> textureGroup)