net.minecraft.src.forge
Interface ITextureProvider


public interface ITextureProvider

This interface has to be implemented either by an instance of Block or Item. It allow to use texture files different from terrain.png or items.png.


Method Summary
 java.lang.String getTextureFile()
          This interface has to return the path to a file that is the same size as terrain.png, but not named terrain.png.
 

Method Detail

getTextureFile

java.lang.String getTextureFile()
This interface has to return the path to a file that is the same size as terrain.png, but not named terrain.png. It will be used instead of the regular terrain file to render blocks and items.