Uses of Class
net.minecraft.src.EffectRenderer

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

Uses of EffectRenderer in net.minecraft.client
 

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

Uses of EffectRenderer in net.minecraft.src
 

Methods in net.minecraft.src 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.