Package net.minecraft.client.particle
Class VibrationParticle.Factory
java.lang.Object
net.minecraft.client.particle.VibrationParticle.Factory
- All Implemented Interfaces:
ParticleFactory<VibrationParticleEffect>
- Enclosing class:
- VibrationParticle
@Environment(CLIENT) public static class VibrationParticle.Factory extends Object implements ParticleFactory<VibrationParticleEffect>
-
Field Summary
Fields Modifier and Type Field Description private SpriteProviderfield_28251 -
Constructor Summary
Constructors Constructor Description Factory(SpriteProvider spriteProvider) -
Method Summary
Modifier and Type Method Description ParticlecreateParticle(VibrationParticleEffect vibrationParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
-
Field Details
-
field_28251
-
-
Constructor Details
-
Factory
-
-
Method Details
-
createParticle
public Particle createParticle(VibrationParticleEffect vibrationParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)- Specified by:
createParticlein interfaceParticleFactory<VibrationParticleEffect>
-