Package net.minecraft.client.particle
Class UnderwaterParticle.UnderwaterFactory
- java.lang.Object
-
- net.minecraft.client.particle.UnderwaterParticle.UnderwaterFactory
-
- All Implemented Interfaces:
IParticleFactory<BasicParticleType>
- Enclosing class:
- UnderwaterParticle
public static class UnderwaterParticle.UnderwaterFactory extends java.lang.Object implements IParticleFactory<BasicParticleType>
-
-
Field Summary
Fields Modifier and Type Field Description private IAnimatedSprite
sprite
-
Constructor Summary
Constructors Constructor Description UnderwaterFactory(IAnimatedSprite p_i232442_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Particle
createParticle(BasicParticleType p_199234_1_, ClientWorld p_199234_2_, double p_199234_3_, double p_199234_5_, double p_199234_7_, double p_199234_9_, double p_199234_11_, double p_199234_13_)
-
-
-
Field Detail
-
sprite
private final IAnimatedSprite sprite
-
-
Constructor Detail
-
UnderwaterFactory
public UnderwaterFactory(IAnimatedSprite p_i232442_1_)
-
-
Method Detail
-
createParticle
public Particle createParticle(BasicParticleType p_199234_1_, ClientWorld p_199234_2_, double p_199234_3_, double p_199234_5_, double p_199234_7_, double p_199234_9_, double p_199234_11_, double p_199234_13_)
- Specified by:
createParticle
in interfaceIParticleFactory<BasicParticleType>
-
-