public static class DripParticle.LandingHoneyFactory extends java.lang.Object implements IParticleFactory<BasicParticleType>
| Modifier and Type | Field and Description | 
|---|---|
| protected IAnimatedSprite | field_228338_a_ | 
| Constructor and Description | 
|---|
| LandingHoneyFactory(IAnimatedSprite p_i225961_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 field_228338_a_
public LandingHoneyFactory(IAnimatedSprite p_i225961_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>