Package net.minecraft.client.particle
Class BlockDustParticle.DustPillarFactory
java.lang.Object
net.minecraft.client.particle.BlockDustParticle.DustPillarFactory
- All Implemented Interfaces:
 ParticleFactory<BlockStateParticleEffect>
- Enclosing class:
 BlockDustParticle
@Environment(CLIENT)
public static class BlockDustParticle.DustPillarFactory
extends Object
implements ParticleFactory<BlockStateParticleEffect>
- Mappings:
 Namespace Name named net/minecraft/client/particle/BlockDustParticle$DustPillarFactoryintermediary net/minecraft/class_727$class_9482official gvs$b
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleFactory
ParticleFactory.BlockLeakParticleFactory<T extends ParticleEffect> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)  
- 
Constructor Details
- 
DustPillarFactory
public DustPillarFactory() 
 - 
 - 
Method Details
- 
createParticle
@Nullable public @Nullable Particle createParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) - Specified by:
 createParticlein interfaceParticleFactory<BlockStateParticleEffect>- Mappings:
 Namespace Name Mixin selector named createParticleLnet/minecraft/client/particle/BlockDustParticle$DustPillarFactory;createParticle(Lnet/minecraft/particle/BlockStateParticleEffect;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;intermediary method_58751Lnet/minecraft/class_727$class_9482;method_58751(Lnet/minecraft/class_2388;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;official aLgvs$b;a(Llw;Lgrk;DDDDDD)Lgut;
 
 -