net.minecraft.client
Class CallableUpdatingScreenName

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

public class CallableUpdatingScreenName
extends Object
implements Callable


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

Constructor Detail

CallableUpdatingScreenName

public CallableUpdatingScreenName(Minecraft par1Minecraft)
Method Detail

func_90054_a

public String func_90054_a()

call

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