Package | Description |
---|---|
net.minecraft.client.particle | |
net.minecraft.client.renderer |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
EntityFX |
EntityFX.multipleParticleScaleBy(float par1) |
EntityFX |
EntityFX.multiplyVelocity(float par1) |
Modifier and Type | Method and Description |
---|---|
void |
EffectRenderer.addEffect(EntityFX par1EntityFX) |
Modifier and Type | Method and Description |
---|---|
EntityFX |
RenderGlobal.doSpawnParticle(String par1Str,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12)
Spawns a particle.
|