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 SummaryNested classes/interfaces inherited from interface net.minecraft.client.particle.ParticleProviderParticleProvider.Sprite<T extends ParticleOptions>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
createParticlepublic 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 interface- ParticleProvider<SimpleParticleType>
 
 
-