Uses of Class
net.minecraft.client.particle.EffectRenderer

Packages that use EffectRenderer
net.minecraft.block   
net.minecraft.client   
 

Uses of EffectRenderer in net.minecraft.block
 

Methods in net.minecraft.block with parameters of type EffectRenderer
 boolean Block.addBlockDestroyEffects(World world, int x, int y, int z, int meta, EffectRenderer effectRenderer)
          Spawn particles for when the block is destroyed.
 boolean Block.addBlockHitEffects(World worldObj, MovingObjectPosition target, EffectRenderer effectRenderer)
          Spawn a digging particle effect in the world, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.
 

Uses of EffectRenderer in net.minecraft.client
 

Fields in net.minecraft.client declared as EffectRenderer
 EffectRenderer Minecraft.effectRenderer