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>
-
Field Summary
Fields Modifier and Type Field Description private SpriteProviderspriteProvider -
Constructor Summary
Constructors Constructor Description Factory(SpriteProvider spriteProvider) -
Method Summary
Modifier and Type Method Description ParticlecreateParticle(BlockStateParticleEffect blockStateParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
Field Details
-
spriteProvider
-
-
Constructor Details
-
Factory
-
-
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:
createParticlein interfaceParticleFactory<BlockStateParticleEffect>
-