Package net.minecraft.client.particle
Class GlowParticle.WaxOnFactory
java.lang.Object
net.minecraft.client.particle.GlowParticle.WaxOnFactory
- All Implemented Interfaces:
ParticleFactory<SimpleParticleType>
- Enclosing class:
GlowParticle
@Environment(CLIENT)
public static class GlowParticle.WaxOnFactory
extends Object
implements ParticleFactory<SimpleParticleType>
- Mappings:
Namespace Name named net/minecraft/client/particle/GlowParticle$WaxOnFactory
intermediary net/minecraft/class_5786$class_5960
official gas$e
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactory
ParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateParticle
(SimpleParticleType simpleParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
Field Details
-
velocityMultiplier
private final double velocityMultiplier- See Also:
- Mappings:
Namespace Name Mixin selector named velocityMultiplier
Lnet/minecraft/client/particle/GlowParticle$WaxOnFactory;velocityMultiplier:D
intermediary field_29577
Lnet/minecraft/class_5786$class_5960;field_29577:D
official a
Lgas$e;a:D
-
spriteProvider
- Mappings:
Namespace Name Mixin selector named spriteProvider
Lnet/minecraft/client/particle/GlowParticle$WaxOnFactory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
intermediary field_29578
Lnet/minecraft/class_5786$class_5960;field_29578:Lnet/minecraft/class_4002;
official b
Lgas$e;b:Lgbz;
-
-
Constructor Details
-
WaxOnFactory
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/particle/GlowParticle$WaxOnFactory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V
intermediary <init>
Lnet/minecraft/class_5786$class_5960;<init>(Lnet/minecraft/class_4002;)V
official <init>
Lgas$e;<init>(Lgbz;)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:
createParticle
in interfaceParticleFactory<SimpleParticleType>
- Mappings:
Namespace Name Mixin selector named createParticle
Lnet/minecraft/client/particle/GlowParticle$WaxOnFactory;createParticle(Lnet/minecraft/particle/SimpleParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
intermediary method_34752
Lnet/minecraft/class_5786$class_5960;method_34752(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
official a
Lgas$e;a(Llm;Lfxx;DDDDDD)Lgbe;
-