public class EffectRenderer
extends java.lang.Object
Constructor and Description |
---|
EffectRenderer(World p_i1220_1_,
TextureManager p_i1220_2_) |
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 p_78867_1_,
int p_78867_2_,
int p_78867_3_,
int p_78867_4_) |
void |
addEffect(EntityFX p_78873_1_) |
void |
clearEffects(World p_78870_1_) |
java.lang.String |
getStatistics() |
void |
renderLitParticles(Entity p_78872_1_,
float p_78872_2_) |
void |
renderParticles(Entity p_78874_1_,
float p_78874_2_) |
void |
updateEffects() |
protected World worldObj
public EffectRenderer(World p_i1220_1_, TextureManager p_i1220_2_)
public void addEffect(EntityFX p_78873_1_)
public void updateEffects()
public void renderParticles(Entity p_78874_1_, float p_78874_2_)
public void renderLitParticles(Entity p_78872_1_, float p_78872_2_)
public void clearEffects(World p_78870_1_)
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 p_78867_1_, int p_78867_2_, int p_78867_3_, int p_78867_4_)
public java.lang.String getStatistics()