net.minecraft.src
Class CallableTexturePack

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

public class CallableTexturePack
extends Object
implements Callable


Constructor Summary
CallableTexturePack(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String getTexturePack()
           
 
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

getTexturePack

public String getTexturePack()

call

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