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$Factory- intermediary - net/minecraft/class_689$class_690- official - gjb$a
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactoryParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) 
- 
Constructor Details- 
Factorypublic Factory()
 
- 
- 
Method Details- 
createParticlepublic Particle createParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
- createParticlein interface- ParticleFactory<SimpleParticleType>
- Mappings:
- Namespace - Name - Mixin selector - named - createParticle- Lnet/minecraft/client/particle/ExplosionEmitterParticle$Factory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;- intermediary - method_3037- Lnet/minecraft/class_689$class_690;method_3037(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;- official - a- Lgjb$a;a(Llx;Lgga;DDDDDD)Lgji;
 
 
-