Package net.minecraft.client.particle
Class DragonBreathParticle.Provider
java.lang.Object
net.minecraft.client.particle.DragonBreathParticle.Provider
- All Implemented Interfaces:
ParticleProvider<PowerParticleOption>
- Enclosing class:
DragonBreathParticle
public static class DragonBreathParticle.Provider
extends Object
implements ParticleProvider<PowerParticleOption>
-
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(PowerParticleOption p_445983_, ClientLevel p_106032_, double p_106033_, double p_106034_, double p_106035_, double p_106036_, double p_106037_, double p_106038_, RandomSource p_445806_)
-
Field Details
-
sprites
-
-
Constructor Details
-
Provider
-
-
Method Details
-
createParticle
public Particle createParticle(PowerParticleOption p_445983_, ClientLevel p_106032_, double p_106033_, double p_106034_, double p_106035_, double p_106036_, double p_106037_, double p_106038_, RandomSource p_445806_) - Specified by:
createParticlein interfaceParticleProvider<PowerParticleOption>
-