Uses of Class
net.minecraft.src.TextureGroup

Uses of TextureGroup in net.minecraft.src
 

Fields in net.minecraft.src with type parameters of type TextureGroup
 java.util.Map<java.lang.String,TextureGroup> ModelPoolEntry.textures
           
 

Methods in net.minecraft.src that return TextureGroup
 TextureGroup ModelRendererTurbo.getTextureGroup()
          Gets the current texture group.
 TextureGroup ModelRendererTurbo.getTextureGroup(java.lang.String groupName)
          Gets the texture group with the given name.
 

Method parameters in net.minecraft.src with type arguments of type TextureGroup
static ModelPoolEntry ModelPool.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)