Package net.minecraft.client.particle
Class FireworksSparkParticle.FlashFactory
java.lang.Object
net.minecraft.client.particle.FireworksSparkParticle.FlashFactory
- All Implemented Interfaces:
 ParticleFactory<SimpleParticleType>
- Enclosing class:
 FireworksSparkParticle
@Environment(CLIENT)
public static class FireworksSparkParticle.FlashFactory
extends Object
implements ParticleFactory<SimpleParticleType>
- Mappings:
 Namespace Name named net/minecraft/client/particle/FireworksSparkParticle$FlashFactoryintermediary net/minecraft/class_677$class_3997official goh$a
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactory
ParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)  
- 
Field Details
- 
spriteProvider
- Mappings:
 Namespace Name Mixin selector named spriteProviderLnet/minecraft/client/particle/FireworksSparkParticle$FlashFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;intermediary field_17810Lnet/minecraft/class_677$class_3997;field_17810:Lnet/minecraft/class_4002;official aLgoh$a;a:Lgps;
 
 - 
 - 
Constructor Details
- 
FlashFactory
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/FireworksSparkParticle$FlashFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)Vintermediary <init>Lnet/minecraft/class_677$class_3997;<init>(Lnet/minecraft/class_4002;)Vofficial <init>Lgoh$a;<init>(Lgps;)V
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
 createParticlein interfaceParticleFactory<SimpleParticleType>- Mappings:
 Namespace Name Mixin selector named createParticleLnet/minecraft/client/particle/FireworksSparkParticle$FlashFactory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_18121Lnet/minecraft/class_677$class_3997;method_18121(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;official aLgoh$a;a(Lmd;Lglo;DDDDDD)Lgox;
 
 -