| Package | Description |
|---|---|
| cpw.mods.fml.client | |
| net.minecraft.client.texturepacks | |
| net.minecraft.src | |
| net.minecraftforge.client | |
| net.minecraftforge.client.event |
| Modifier and Type | Method and Description |
|---|---|
void |
TextureFXManager.loadTextures(ITexturePack texturePack) |
void |
TextureFXManager.onEarlyTexturePackLoad(ITexturePack fallback) |
void |
TextureFXManager.onTexturePackChange(RenderEngine engine,
ITexturePack texturepack,
List<TextureFX> effects) |
void |
ITextureFX.onTexturePackChanged(RenderEngine engine,
ITexturePack texturepack,
Dimension dimensions) |
void |
FMLTextureFX.onTexturePackChanged(RenderEngine engine,
ITexturePack texturepack,
Dimension dimensions) |
void |
TextureFXManager.pruneOldTextureFX(ITexturePack var1,
List<TextureFX> effects) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FMLRenderAccessLibrary.onTexturePackChange(RenderEngine engine,
ITexturePack texturePack,
List<TextureFX> textureFXList) |
| 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) |