public static class SuspendedTownParticle.Factory extends java.lang.Object implements IParticleFactory<BasicParticleType>
Modifier and Type | Field and Description |
---|---|
private IAnimatedSprite |
spriteSet |
Constructor and Description |
---|
Factory(IAnimatedSprite p_i50521_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) |
private final IAnimatedSprite spriteSet
public Factory(IAnimatedSprite p_i50521_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>