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$EntityFactory
intermediary net/minecraft/class_711$class_714
official gvl$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)
-
Field Details
-
spriteProvider
- Mappings:
Namespace Name Mixin selector named spriteProvider
Lnet/minecraft/client/particle/SpellParticle$EntityFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
intermediary field_17873
Lnet/minecraft/class_711$class_714;field_17873:Lnet/minecraft/class_4002;
official a
Lgvl$b;a:Lgvo;
-
-
Constructor Details
-
EntityFactory
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/particle/SpellParticle$EntityFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V
intermediary <init>
Lnet/minecraft/class_711$class_714;<init>(Lnet/minecraft/class_4002;)V
official <init>
Lgvl$b;<init>(Lgvo;)V
-
-
Method Details
-
createParticle
public Particle createParticle(TintedParticleEffect tintedParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
createParticle
in interfaceParticleFactory<TintedParticleEffect>
- Mappings:
Namespace Name Mixin selector named createParticle
Lnet/minecraft/client/particle/SpellParticle$EntityFactory;createParticle(Lnet/minecraft/particle/TintedParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
intermediary method_3098
Lnet/minecraft/class_711$class_714;method_3098(Lnet/minecraft/class_9381;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
official a
Lgvl$b;a(Llx;Lgrk;DDDDDD)Lgut;
-