public class EffectRenderer
extends java.lang.Object
Constructor and Description |
---|
EffectRenderer(World world,
RenderEngine renderengine) |
Modifier and Type | Method and Description |
---|---|
void |
addBlockDestroyEffects(int i,
int j,
int k,
int l,
int i1) |
void |
addBlockHitEffects(int i,
int j,
int k,
int l) |
void |
addEffect(EntityFX entityfx) |
void |
clearEffects(World world) |
void |
func_1187_b(Entity entity,
float f) |
java.lang.String |
getStatistics() |
void |
renderParticles(Entity entity,
float f) |
void |
updateEffects() |
protected World worldObj
public EffectRenderer(World world, RenderEngine renderengine)
public void addEffect(EntityFX entityfx)
public void updateEffects()
public void renderParticles(Entity entity, float f)
public void func_1187_b(Entity entity, float f)
public void clearEffects(World world)
public void addBlockDestroyEffects(int i, int j, int k, int l, int i1)
public void addBlockHitEffects(int i, int j, int k, int l)
public java.lang.String getStatistics()