Package net.minecraft.client.particle
Class DiggingParticle.Factory
- java.lang.Object
-
- net.minecraft.client.particle.DiggingParticle.Factory
-
- All Implemented Interfaces:
IParticleFactory<BlockParticleData>
- Enclosing class:
- DiggingParticle
public static class DiggingParticle.Factory extends java.lang.Object implements IParticleFactory<BlockParticleData>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Particle
createParticle(BlockParticleData p_199234_1_, ClientWorld p_199234_2_, double p_199234_3_, double p_199234_5_, double p_199234_7_, double p_199234_9_, double p_199234_11_, double p_199234_13_)
-
-
-
Method Detail
-
createParticle
public Particle createParticle(BlockParticleData p_199234_1_, ClientWorld p_199234_2_, double p_199234_3_, double p_199234_5_, double p_199234_7_, double p_199234_9_, double p_199234_11_, double p_199234_13_)
- Specified by:
createParticle
in interfaceIParticleFactory<BlockParticleData>
-
-