Package net.minecraft.client.particle
Class PlayerCloudParticle.SneezeProvider
java.lang.Object
net.minecraft.client.particle.PlayerCloudParticle.SneezeProvider
- All Implemented Interfaces:
 ParticleProvider<SimpleParticleType>
- Enclosing class:
 - PlayerCloudParticle
 
public static class PlayerCloudParticle.SneezeProvider
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_107539_, ClientLevel p_107540_, double p_107541_, double p_107542_, double p_107543_, double p_107544_, double p_107545_, double p_107546_)  
- 
Field Details
- 
sprites
 
 - 
 - 
Constructor Details
- 
SneezeProvider
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType p_107539_, ClientLevel p_107540_, double p_107541_, double p_107542_, double p_107543_, double p_107544_, double p_107545_, double p_107546_) - Specified by:
 createParticlein interfaceParticleProvider<SimpleParticleType>
 
 -