cpw.mods.fml.client
Interface ITextureFX
- All Known Implementing Classes: 
 - FMLTextureFX, ModTextureAnimation, ModTextureStatic, TextureCompassFX, TextureFlamesFX, TextureLavaFlowFX, TextureLavaFX, TexturePortalFX, TextureWatchFX, TextureWaterFlowFX, TextureWaterFX
 
public interface ITextureFX
 
onTexturePackChanged
void onTexturePackChanged(RenderEngine engine,
                          TexturePackBase texturepack,
                          Dimension dimensions)
 
onTextureDimensionsUpdate
void onTextureDimensionsUpdate(int width,
                               int height)
 
setErrored
void setErrored(boolean errored)
 
getErrored
boolean getErrored()