Package net.minecraft.client.particle
Class BlockFallingDustParticle.Factory
java.lang.Object
net.minecraft.client.particle.BlockFallingDustParticle.Factory
- All Implemented Interfaces:
ParticleFactory<BlockStateParticleEffect>
- Enclosing class:
- BlockFallingDustParticle
@Environment(CLIENT) public static class BlockFallingDustParticle.Factory extends Object implements ParticleFactory<BlockStateParticleEffect>
- Mappings:
Namespace Name official efb$a
intermediary net/minecraft/class_682$class_683
named net/minecraft/client/particle/BlockFallingDustParticle$Factory
-
Field Summary
Fields Modifier and Type Field Description private SpriteProvider
spriteProvider
-
Constructor Summary
Constructors Constructor Description Factory(SpriteProvider spriteProvider)
-
Method Summary
Modifier and Type Method Description Particle
createParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
Field Details
-
spriteProvider
- Mappings:
Namespace Name Mixin selector official a
Lefb$a;a:Legf;
intermediary field_17809
Lnet/minecraft/class_682$class_683;field_17809:Lnet/minecraft/class_4002;
named spriteProvider
Lnet/minecraft/client/particle/BlockFallingDustParticle$Factory;spriteProvider:Lnet/minecraft/client/particle/SpriteProvider;
-
-
Constructor Details
-
Factory
- Mappings:
Namespace Name Mixin selector official <init>
Lefb$a;<init>(Legf;)V
intermediary <init>
Lnet/minecraft/class_682$class_683;<init>(Lnet/minecraft/class_4002;)V
named <init>
Lnet/minecraft/client/particle/BlockFallingDustParticle$Factory;<init>(Lnet/minecraft/client/particle/SpriteProvider;)V
-
-
Method Details
-
createParticle
@Nullable public Particle createParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)- Specified by:
createParticle
in interfaceParticleFactory<BlockStateParticleEffect>
- Mappings:
Namespace Name Mixin selector official a
Lefb$a;a(Lhe;Ledy;DDDDDD)Lefo;
intermediary method_3033
Lnet/minecraft/class_682$class_683;method_3033(Lnet/minecraft/class_2388;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
named createParticle
Lnet/minecraft/client/particle/BlockFallingDustParticle$Factory;createParticle(Lnet/minecraft/particle/BlockStateParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
-