Package net.minecraft.client.particle
Class PlayerCloudParticle.Provider
java.lang.Object
net.minecraft.client.particle.PlayerCloudParticle.Provider
- All Implemented Interfaces:
 ParticleProvider<SimpleParticleType>
- Enclosing class:
 - PlayerCloudParticle
 
public static class PlayerCloudParticle.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_107518_, ClientLevel p_107519_, double p_107520_, double p_107521_, double p_107522_, double p_107523_, double p_107524_, double p_107525_)  
- 
Field Details
- 
sprites
 
 - 
 - 
Constructor Details
- 
Provider
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType p_107518_, ClientLevel p_107519_, double p_107520_, double p_107521_, double p_107522_, double p_107523_, double p_107524_, double p_107525_) - Specified by:
 createParticlein interfaceParticleProvider<SimpleParticleType>
 
 -