Package | Description |
---|---|
net.minecraft.client.renderer.texture |
Modifier and Type | Method and Description |
---|---|
static TextureManager |
TextureManager.instance() |
Modifier and Type | Method and Description |
---|---|
boolean |
TextureStitched.loadTexture(TextureManager manager,
ITexturePack texturepack,
String name,
String fileName,
BufferedImage image,
ArrayList textures)
Called when texture packs are refreshed, from TextureManager.createNewTexture,
allows for finer control over loading the animation lists and verification of the image.
|