public static class DripParticle.LandingLavaFactory extends java.lang.Object implements IParticleFactory<BasicParticleType>
Modifier and Type | Field and Description |
---|---|
protected IAnimatedSprite |
spriteSet |
Constructor and Description |
---|
LandingLavaFactory(IAnimatedSprite p_i50504_1_) |
Modifier and Type | Method and Description |
---|---|
Particle |
makeParticle(BasicParticleType typeIn,
World worldIn,
double x,
double y,
double z,
double xSpeed,
double ySpeed,
double zSpeed) |
protected final IAnimatedSprite spriteSet
public LandingLavaFactory(IAnimatedSprite p_i50504_1_)
public Particle makeParticle(BasicParticleType typeIn, World worldIn, double x, double y, double z, double xSpeed, double ySpeed, double zSpeed)
makeParticle
in interface IParticleFactory<BasicParticleType>