Package net.minecraft.client.particle
Class TotemParticle.Factory
java.lang.Object
net.minecraft.client.particle.TotemParticle.Factory
- All Implemented Interfaces:
ParticleFactory<DefaultParticleType>
- Enclosing class:
TotemParticle
@Environment(CLIENT)
public static class TotemParticle.Factory
extends Object
implements ParticleFactory<DefaultParticleType>
- Mappings:
Namespace Name official fmv$a
intermediary net/minecraft/class_734$class_735
named net/minecraft/client/particle/TotemParticle$Factory
-
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
(DefaultParticleType defaultParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
Field Details
-
spriteProvider
- Mappings:
Namespace Name Mixin selector official a
Lfmv$a;a:Lfmp;
intermediary field_17887
Lnet/minecraft/class_734$class_735;field_17887:Lnet/minecraft/class_4002;
named spriteProvider
Lnet/minecraft/client/particle/TotemParticle$Factory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
-
-
Constructor Details
-
Factory
- Mappings:
Namespace Name Mixin selector official <init>
Lfmv$a;<init>(Lfmp;)V
intermediary <init>
Lnet/minecraft/class_734$class_735;<init>(Lnet/minecraft/class_4002;)V
named <init>
Lnet/minecraft/client/particle/TotemParticle$Factory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V
-
-
Method Details
-
createParticle
public Particle createParticle(DefaultParticleType defaultParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
createParticle
in interfaceParticleFactory<DefaultParticleType>
- Mappings:
Namespace Name Mixin selector official a
Lfmv$a;a(Liy;Lfix;DDDDDD)Lflu;
intermediary method_3113
Lnet/minecraft/class_734$class_735;method_3113(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
named createParticle
Lnet/minecraft/client/particle/TotemParticle$Factory;createParticle(Lnet/minecraft/particle/DefaultParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
-