public static class CritParticle.MagicFactory extends java.lang.Object implements IParticleFactory<BasicParticleType>
| Modifier and Type | Field and Description | 
|---|---|
| private IAnimatedSprite | spriteSet | 
| Constructor and Description | 
|---|
| MagicFactory(IAnimatedSprite p_i50588_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 MagicFactory(IAnimatedSprite p_i50588_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>