Package net.minecraft.client.particle
Class ExplosionEmitterParticle.Factory
java.lang.Object
net.minecraft.client.particle.ExplosionEmitterParticle.Factory
- All Implemented Interfaces:
 ParticleFactory<SimpleParticleType>
- Enclosing class:
 ExplosionEmitterParticle
@Environment(CLIENT)
public static class ExplosionEmitterParticle.Factory
extends Object
implements ParticleFactory<SimpleParticleType>
- Mappings:
 Namespace Name named net/minecraft/client/particle/ExplosionEmitterParticle$Factoryintermediary net/minecraft/class_689$class_690official hcq$a
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactory
ParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Random random)  
- 
Constructor Details
- 
Factory
public Factory() 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Random random) - Specified by:
 createParticlein interfaceParticleFactory<SimpleParticleType>- Mappings:
 Namespace Name Mixin selector named createParticleLnet/minecraft/client/particle/ExplosionEmitterParticle$Factory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/util/math/random/Random;)Lnet/minecraft/client/particle/Particle;intermediary method_3037Lnet/minecraft/class_689$class_690;method_3037(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_5819;)Lnet/minecraft/class_703;official aLhcq$a;a(Lmj;Lgzn;DDDDDDLbfq;)Lhcy;
 
 -