public class TextureManager extends Object
Constructor and Description |
---|
TextureManager() |
Modifier and Type | Method and Description |
---|---|
Texture |
createEmptyTexture(String par1Str,
int par2,
int par3,
int par4,
int par5) |
List |
createNewTexture(String textureName,
String textureFile,
TextureStitched stitched) |
Stitcher |
createStitcher(String par1Str) |
List |
createTexture(String par1Str) |
int |
getNextTextureId() |
static void |
init() |
static TextureManager |
instance() |
Texture |
makeTexture(String par1Str,
int par2,
int par3,
int par4,
int par5,
int par6,
int par7,
int par8,
boolean par9,
BufferedImage par10BufferedImage) |
void |
registerTexture(String par1Str,
Texture par2Texture) |
void |
registerTexture(Texture par1Texture) |
public static void init()
public static TextureManager instance()
public int getNextTextureId()
public void registerTexture(Texture par1Texture)
public List createNewTexture(String textureName, String textureFile, TextureStitched stitched)
public Texture makeTexture(String par1Str, int par2, int par3, int par4, int par5, int par6, int par7, int par8, boolean par9, BufferedImage par10BufferedImage)