Package net.minecraft.client.particle
Class EmotionParticle.AngryVillagerFactory
java.lang.Object
net.minecraft.client.particle.EmotionParticle.AngryVillagerFactory
- All Implemented Interfaces:
 ParticleFactory<SimpleParticleType>
- Enclosing class:
 EmotionParticle
@Environment(CLIENT)
public static class EmotionParticle.AngryVillagerFactory
extends Object
implements ParticleFactory<SimpleParticleType>
- Mappings:
 Namespace Name named net/minecraft/client/particle/EmotionParticle$AngryVillagerFactoryintermediary net/minecraft/class_684$class_685official guk$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/EmotionParticle$AngryVillagerFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;intermediary field_17813Lnet/minecraft/class_684$class_685;field_17813:Lnet/minecraft/class_4002;official aLguk$a;a:Lgvo;
 
 - 
 - 
Constructor Details
- 
AngryVillagerFactory
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/EmotionParticle$AngryVillagerFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)Vintermediary <init>Lnet/minecraft/class_684$class_685;<init>(Lnet/minecraft/class_4002;)Vofficial <init>Lguk$a;<init>(Lgvo;)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/EmotionParticle$AngryVillagerFactory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_3034Lnet/minecraft/class_684$class_685;method_3034(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;official aLguk$a;a(Lmi;Lgrk;DDDDDD)Lgut;
 
 -