net.minecraft.client
Class CallableTexturePack

java.lang.Object
  extended by net.minecraft.client.CallableTexturePack
All Implemented Interfaces:
Callable

public class CallableTexturePack
extends Object
implements Callable


Constructor Summary
CallableTexturePack(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String func_90050_a()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableTexturePack

public CallableTexturePack(Minecraft par1Minecraft)
Method Detail

func_90050_a

public String func_90050_a()

call

public Object call()
Specified by:
call in interface Callable