Package | Description |
---|---|
cpw.mods.fml.client | |
net.minecraft.client.renderer.texture | |
net.minecraft.client.texturepacks | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Method and Description |
---|---|
void |
ITextureFX.onTexturePackChanged(RenderEngine engine,
ITexturePack texturepack,
Dimension dimensions) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TexturePackCustom |
class |
TexturePackDefault |
class |
TexturePackFolder |
class |
TexturePackImplementation |
Modifier and Type | Method and Description |
---|---|
ITexturePack |
TexturePackList.getSelectedTexturePack() |
Modifier and Type | Method and Description |
---|---|
boolean |
TexturePackList.setTexturePack(ITexturePack par1ITexturePack)
Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
|
Constructor and Description |
---|
TexturePackCustom(String par1Str,
File par2File,
ITexturePack par3ITexturePack) |
TexturePackFolder(String par1,
File par2,
ITexturePack par3ITexturePack) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.onTextureLoad(String texture,
ITexturePack pack) |
Modifier and Type | Field and Description |
---|---|
ITexturePack |
TextureLoadEvent.pack |
Constructor and Description |
---|
TextureLoadEvent(String texture,
ITexturePack pack) |