Package net.minecraft.client.particle
Class SquidInkParticle.GlowInkProvider
java.lang.Object
net.minecraft.client.particle.SquidInkParticle.GlowInkProvider
- All Implemented Interfaces:
 ParticleProvider<SimpleParticleType>
- Enclosing class:
 - SquidInkParticle
 
public static class SquidInkParticle.GlowInkProvider
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_172347_, ClientLevel p_172348_, double p_172349_, double p_172350_, double p_172351_, double p_172352_, double p_172353_, double p_172354_)  
- 
Field Details
- 
sprites
 
 - 
 - 
Constructor Details
- 
GlowInkProvider
 
 - 
 - 
Method Details
- 
createParticle
public Particle createParticle(SimpleParticleType p_172347_, ClientLevel p_172348_, double p_172349_, double p_172350_, double p_172351_, double p_172352_, double p_172353_, double p_172354_) - Specified by:
 createParticlein interfaceParticleProvider<SimpleParticleType>
 
 -