Package net.minecraft.client.particle
Class LavaParticle.Provider
java.lang.Object
net.minecraft.client.particle.LavaParticle.Provider
- All Implemented Interfaces:
ParticleProvider<SimpleParticleType>
- Enclosing class:
LavaParticle
public static class LavaParticle.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_446632_, ClientLevel p_107095_, double p_107096_, double p_107097_, double p_107098_, double p_107099_, double p_107100_, double p_107101_, RandomSource p_445577_)
-
Field Details
-
sprite
-
-
Constructor Details
-
Provider
-
-
Method Details
-
createParticle
public Particle createParticle(SimpleParticleType p_446632_, ClientLevel p_107095_, double p_107096_, double p_107097_, double p_107098_, double p_107099_, double p_107100_, double p_107101_, RandomSource p_445577_) - Specified by:
createParticlein interfaceParticleProvider<SimpleParticleType>
-