Uses of Interface
net.minecraft.src.TexturePackBase

Packages that use TexturePackBase
cpw.mods.fml.client   
net.minecraft.src   
net.minecraftforge.client   
net.minecraftforge.client.event   
 

Uses of TexturePackBase in cpw.mods.fml.client
 

Methods in cpw.mods.fml.client with parameters of type TexturePackBase
 void TextureFXManager.loadTextures(TexturePackBase texturePack)
           
 void TextureFXManager.onEarlyTexturePackLoad(TexturePackBase fallback)
           
 void TextureFXManager.onTexturePackChange(RenderEngine engine, TexturePackBase texturepack, List<TextureFX> effects)
           
 void ITextureFX.onTexturePackChanged(RenderEngine engine, TexturePackBase texturepack, Dimension dimensions)
           
 void FMLTextureFX.onTexturePackChanged(RenderEngine engine, TexturePackBase texturepack, Dimension dimensions)
           
 void TextureFXManager.pruneOldTextureFX(TexturePackBase var1, List<TextureFX> effects)
           
 

Uses of TexturePackBase in net.minecraft.src
 

Classes in net.minecraft.src that implement TexturePackBase
 class TexturePackCustom
           
 class TexturePackDefault
           
 class TexturePackFolder
           
 class TexturePackImplementation
           
 

Methods in net.minecraft.src that return TexturePackBase
 TexturePackBase TexturePackList.getSelectedTexturePack()
           
 

Methods in net.minecraft.src with parameters of type TexturePackBase
static void FMLRenderAccessLibrary.onTexturePackChange(RenderEngine engine, TexturePackBase texturePack, List<TextureFX> textureFXList)
           
 boolean TexturePackList.setTexturePack(TexturePackBase par1TexturePackBase)
          Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
 

Uses of TexturePackBase in net.minecraftforge.client
 

Methods in net.minecraftforge.client with parameters of type TexturePackBase
static void ForgeHooksClient.onTextureLoad(String texture, TexturePackBase pack)
           
 

Uses of TexturePackBase in net.minecraftforge.client.event
 

Fields in net.minecraftforge.client.event declared as TexturePackBase
 TexturePackBase TextureLoadEvent.pack
           
 

Constructors in net.minecraftforge.client.event with parameters of type TexturePackBase
TextureLoadEvent(String texture, TexturePackBase pack)