net.minecraft.src
Class CallableType2

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

public class CallableType2
extends Object
implements Callable


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

Constructor Detail

CallableType2

public CallableType2(Minecraft par1Minecraft)
Method Detail

getType

public String getType()

call

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