Package | Description |
---|---|
cpw.mods.fml.client | |
net.minecraft.client.renderer | |
net.minecraft.client.renderer.texturefx | |
net.minecraft.src |
Modifier and Type | Class and Description |
---|---|
class |
FMLTextureFX |
Modifier and Type | Method and Description |
---|---|
void |
TextureFXManager.addAnimation(TextureFX anim) |
int |
TextureFXManager.getEffectTexture(TextureFX effect) |
Dimension |
TextureFXManager.getTextureDimensions(TextureFX effect) |
void |
TextureFXManager.onPreRegisterEffect(TextureFX effect) |
boolean |
TextureFXManager.onUpdateTextureEffect(TextureFX effect) |
Modifier and Type | Method and Description |
---|---|
void |
TextureFXManager.onTexturePackChange(RenderEngine engine,
ITexturePack texturepack,
List<TextureFX> effects) |
void |
TextureFXManager.pruneOldTextureFX(ITexturePack var1,
List<TextureFX> effects) |
void |
TextureFXManager.setTextureDimensions(int id,
int width,
int height,
List<TextureFX> effects) |
boolean |
FMLTextureFX.unregister(RenderEngine engine,
List<TextureFX> effects) |
Modifier and Type | Method and Description |
---|---|
void |
RenderEngine.registerTextureFX(TextureFX par1TextureFX) |
int |
RenderEngine.updateDynamicTexture(TextureFX par1TextureFX,
int par2)
Updates a single dynamic texture
|
Modifier and Type | Class and Description |
---|---|
class |
TextureCompassFX |
class |
TextureFlamesFX |
class |
TextureLavaFlowFX |
class |
TextureLavaFX |
class |
TexturePortalFX |
class |
TextureWatchFX |
class |
TextureWaterFlowFX |
class |
TextureWaterFX |
Modifier and Type | Class and Description |
---|---|
class |
ModTextureAnimation
A texture override for animations, it takes a vertical image of
texture frames and constantly rotates them in the texture.
|
class |
ModTextureStatic |
Modifier and Type | Method and Description |
---|---|
static void |
ModLoader.addAnimation(TextureFX anim) |
static Dimension |
FMLRenderAccessLibrary.getTextureDimensions(TextureFX textureFX) |
static boolean |
FMLRenderAccessLibrary.onUpdateTextureEffect(TextureFX textureFX) |
static void |
FMLRenderAccessLibrary.preRegisterEffect(TextureFX textureFX) |
Modifier and Type | Method and Description |
---|---|
static void |
FMLRenderAccessLibrary.onTexturePackChange(RenderEngine engine,
ITexturePack texturePack,
List<TextureFX> textureFXList) |
static void |
FMLRenderAccessLibrary.setTextureDimensions(int textureId,
int width,
int height,
List<TextureFX> textureFXList) |