Uses of Class
net.minecraft.client.texturepacks.TexturePackList

Packages that use TexturePackList
net.minecraft.client   
net.minecraft.client.renderer   
 

Uses of TexturePackList in net.minecraft.client
 

Fields in net.minecraft.client declared as TexturePackList
 TexturePackList Minecraft.texturePackList
          The TexturePackLister used by this instance of Minecraft...
 

Uses of TexturePackList in net.minecraft.client.renderer
 

Fields in net.minecraft.client.renderer declared as TexturePackList
 TexturePackList RenderEngine.texturePack
          Texture pack
 

Constructors in net.minecraft.client.renderer with parameters of type TexturePackList
RenderEngine(TexturePackList par1TexturePackList, GameSettings par2GameSettings)