Package net.minecraft.client.particle
Class FallingDustParticle.Factory
- java.lang.Object
-
- net.minecraft.client.particle.FallingDustParticle.Factory
-
- All Implemented Interfaces:
IParticleFactory<BlockParticleData>
- Enclosing class:
- FallingDustParticle
public static class FallingDustParticle.Factory extends java.lang.Object implements IParticleFactory<BlockParticleData>
-
-
Field Summary
Fields Modifier and Type Field Description private IAnimatedSprite
sprite
-
Constructor Summary
Constructors Constructor Description Factory(IAnimatedSprite p_i51109_1_)
-
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_)
-
-
-
Field Detail
-
sprite
private final IAnimatedSprite sprite
-
-
Constructor Detail
-
Factory
public Factory(IAnimatedSprite p_i51109_1_)
-
-
Method Detail
-
createParticle
@Nullable 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>
-
-