net.minecraft.src
Class TexturePackCustom

java.lang.Object
  extended by net.minecraft.src.TexturePackImplementation
      extended by net.minecraft.src.TexturePackCustom
All Implemented Interfaces:
TexturePackBase

public class TexturePackCustom
extends TexturePackImplementation


Constructor Summary
TexturePackCustom(String par1Str, File par2File)
           
 
Method Summary
 void func_77533_a(RenderEngine par1RenderEngine)
           
 InputStream getResourceAsStream(String par1Str)
          Gives a texture resource as InputStream.
 
Methods inherited from class net.minecraft.src.TexturePackImplementation
func_77531_d, func_77534_f, func_77535_b, func_77536_b, func_77537_e, func_77538_c
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexturePackCustom

public TexturePackCustom(String par1Str,
                         File par2File)
Method Detail

func_77533_a

public void func_77533_a(RenderEngine par1RenderEngine)
Specified by:
func_77533_a in interface TexturePackBase
Overrides:
func_77533_a in class TexturePackImplementation

getResourceAsStream

public InputStream getResourceAsStream(String par1Str)
Gives a texture resource as InputStream.

Specified by:
getResourceAsStream in interface TexturePackBase
Overrides:
getResourceAsStream in class TexturePackImplementation