net.minecraft.src
Class CallableGLInfo

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

public class CallableGLInfo
extends Object
implements Callable


Constructor Summary
CallableGLInfo(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String getGLVersion()
          Gets what OpenGL version you have.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableGLInfo

public CallableGLInfo(Minecraft par1Minecraft)
Method Detail

getGLVersion

public String getGLVersion()
Gets what OpenGL version you have.


call

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