Package net.minecraft.client.particle
Class FlameParticle.Provider
java.lang.Object
net.minecraft.client.particle.FlameParticle.Provider
- All Implemented Interfaces:
ParticleProvider<SimpleParticleType>
- Enclosing class:
FlameParticle
public static class FlameParticle.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_445473_, ClientLevel p_106830_, double p_106831_, double p_106832_, double p_106833_, double p_106834_, double p_106835_, double p_106836_, RandomSource p_445967_)
-
Field Details
-
sprite
-
-
Constructor Details
-
Provider
-
-
Method Details
-
createParticle
public Particle createParticle(SimpleParticleType p_445473_, ClientLevel p_106830_, double p_106831_, double p_106832_, double p_106833_, double p_106834_, double p_106835_, double p_106836_, RandomSource p_445967_) - Specified by:
createParticlein interfaceParticleProvider<SimpleParticleType>
-