Uses of Interface
net.minecraft.src.ImageBuffer

Packages that use ImageBuffer
net.minecraft.src   
 

Uses of ImageBuffer in net.minecraft.src
 

Classes in net.minecraft.src that implement ImageBuffer
 class ImageBufferDownload
           
 

Methods in net.minecraft.src with parameters of type ImageBuffer
 ThreadDownloadImageData RenderEngine.obtainImageData(String par1Str, ImageBuffer par2ImageBuffer)
          Return a ThreadDownloadImageData instance for the given URL.
 

Constructors in net.minecraft.src with parameters of type ImageBuffer
ThreadDownloadImageData(String par1Str, ImageBuffer par2ImageBuffer)