Package net.minecraft.client.particle
Class BreakingParticle.Factory
- java.lang.Object
-
- net.minecraft.client.particle.BreakingParticle.Factory
-
- All Implemented Interfaces:
IParticleFactory<ItemParticleData>
- Enclosing class:
- BreakingParticle
public static class BreakingParticle.Factory extends java.lang.Object implements IParticleFactory<ItemParticleData>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Particle
createParticle(ItemParticleData 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(ItemParticleData 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<ItemParticleData>
-
-