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

Packages that use EntityFX
net.minecraft.client.particle   
net.minecraft.client.renderer   
 

Uses of EntityFX in net.minecraft.client.particle
 

Subclasses of EntityFX in net.minecraft.client.particle
 class EntityAuraFX
           
 class EntityBreakingFX
           
 class EntityBubbleFX
           
 class EntityCloudFX
           
 class EntityCrit2FX
           
 class EntityCritFX
           
 class EntityDiggingFX
           
 class EntityDropParticleFX
           
 class EntityEnchantmentTableParticleFX
           
 class EntityExplodeFX
           
 class EntityFireworkOverlayFX
           
 class EntityFireworkSparkFX
           
 class EntityFireworkStarterFX
           
 class EntityFlameFX
           
 class EntityFootStepFX
           
 class EntityHeartFX
           
 class EntityHugeExplodeFX
           
 class EntityLargeExplodeFX
           
 class EntityLavaFX
           
 class EntityNoteFX
           
 class EntityPickupFX
           
 class EntityPortalFX
           
 class EntityRainFX
           
 class EntityReddustFX
           
 class EntitySmokeFX
           
 class EntitySnowShovelFX
           
 class EntitySpellParticleFX
           
 class EntitySplashFX
           
 class EntitySuspendFX
           
 

Methods in net.minecraft.client.particle that return EntityFX
 EntityFX EntityFX.multipleParticleScaleBy(float par1)
           
 EntityFX EntityFX.multiplyVelocity(float par1)
           
 

Methods in net.minecraft.client.particle with parameters of type EntityFX
 void EffectRenderer.addEffect(EntityFX par1EntityFX)
           
 void EffectRenderer.addEffect(EntityFX effect, Object obj)
           
 

Uses of EntityFX in net.minecraft.client.renderer
 

Methods in net.minecraft.client.renderer that return EntityFX
 EntityFX RenderGlobal.doSpawnParticle(String par1Str, double par2, double par4, double par6, double par8, double par10, double par12)
          Spawns a particle.