Package net.minecraft.client.particle
Class AttackSweepParticle.Provider
java.lang.Object
net.minecraft.client.particle.AttackSweepParticle.Provider
- All Implemented Interfaces:
 ParticleProvider<SimpleParticleType>
- Enclosing class:
 - AttackSweepParticle
 
public static class AttackSweepParticle.Provider
extends Object
implements ParticleProvider<SimpleParticleType>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleProvider
ParticleProvider.Sprite<T extends ParticleOptions> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateParticle(SimpleParticleType p_105577_, ClientLevel p_105578_, double p_105579_, double p_105580_, double p_105581_, double p_105582_, double p_105583_, double p_105584_)  
- 
Field Details
- 
sprites
 
 - 
 - 
Constructor Details
- 
Provider
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType p_105577_, ClientLevel p_105578_, double p_105579_, double p_105580_, double p_105581_, double p_105582_, double p_105583_, double p_105584_) - Specified by:
 createParticlein interfaceParticleProvider<SimpleParticleType>
 
 -