public class EffectRenderer
extends java.lang.Object
Constructor and Description |
---|
EffectRenderer(World par1World,
TextureManager par2TextureManager) |
Modifier and Type | Method and Description |
---|---|
void |
addBlockDestroyEffects(int p_147215_1_,
int p_147215_2_,
int p_147215_3_,
Block p_147215_4_,
int p_147215_5_) |
void |
addBlockHitEffects(int par1,
int par2,
int par3,
int par4) |
void |
addBlockHitEffects(int x,
int y,
int z,
MovingObjectPosition target) |
void |
addEffect(EntityFX par1EntityFX) |
void |
clearEffects(World par1World) |
java.lang.String |
getStatistics() |
void |
renderLitParticles(Entity par1Entity,
float par2) |
void |
renderParticles(Entity par1Entity,
float par2) |
void |
updateEffects() |
protected World worldObj
public EffectRenderer(World par1World, TextureManager par2TextureManager)
public void addEffect(EntityFX par1EntityFX)
public void updateEffects()
public void renderParticles(Entity par1Entity, float par2)
public void renderLitParticles(Entity par1Entity, float par2)
public void clearEffects(World par1World)
public void addBlockDestroyEffects(int p_147215_1_, int p_147215_2_, int p_147215_3_, Block p_147215_4_, int p_147215_5_)
public void addBlockHitEffects(int par1, int par2, int par3, int par4)
public java.lang.String getStatistics()
public void addBlockHitEffects(int x, int y, int z, MovingObjectPosition target)