net.minecraft.util
Class ScreenShotHelper

java.lang.Object
  extended by net.minecraft.util.ScreenShotHelper

public class ScreenShotHelper
extends Object


Constructor Summary
ScreenShotHelper()
           
 
Method Summary
static String func_74292_a(File par0File, String par1Str, int par2, int par3)
           
static String saveScreenshot(File par0File, int par1, int par2)
          Takes a screenshot and saves it to the screenshots directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenShotHelper

public ScreenShotHelper()
Method Detail

saveScreenshot

public static String saveScreenshot(File par0File,
                                    int par1,
                                    int par2)
Takes a screenshot and saves it to the screenshots directory. Returns the filename of the screenshot.


func_74292_a

public static String func_74292_a(File par0File,
                                  String par1Str,
                                  int par2,
                                  int par3)