Package net.minecraft.client.particle
Class SpellParticle.EntityFactory
java.lang.Object
net.minecraft.client.particle.SpellParticle.EntityFactory
- All Implemented Interfaces:
 ParticleFactory<TintedParticleEffect>
- Enclosing class:
 SpellParticle
@Environment(CLIENT)
public static class SpellParticle.EntityFactory
extends Object
implements ParticleFactory<TintedParticleEffect>
- Mappings:
 Namespace Name named net/minecraft/client/particle/SpellParticle$EntityFactoryintermediary net/minecraft/class_711$class_714official hdt$b
- 
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(TintedParticleEffect tintedParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Random random)  
- 
Field Details
- 
spriteProvider
- Mappings:
 Namespace Name Mixin selector named spriteProviderLnet/minecraft/client/particle/SpellParticle$EntityFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;intermediary field_17873Lnet/minecraft/class_711$class_714;field_17873:Lnet/minecraft/class_4002;official aLhdt$b;a:Lhdw;
 
 - 
 - 
Constructor Details
- 
EntityFactory
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/SpellParticle$EntityFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)Vintermediary <init>Lnet/minecraft/class_711$class_714;<init>(Lnet/minecraft/class_4002;)Vofficial <init>Lhdt$b;<init>(Lhdw;)V
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(TintedParticleEffect tintedParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Random random) - Specified by:
 createParticlein interfaceParticleFactory<TintedParticleEffect>- Mappings:
 Namespace Name Mixin selector named createParticleLnet/minecraft/client/particle/SpellParticle$EntityFactory;createParticle(Lnet/minecraft/particle/TintedParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/util/math/random/Random;)Lnet/minecraft/client/particle/Particle;intermediary method_3098Lnet/minecraft/class_711$class_714;method_3098(Lnet/minecraft/class_9381;Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_5819;)Lnet/minecraft/class_703;official aLhdt$b;a(Llw;Lgzn;DDDDDDLbfq;)Lhcy;
 
 -