Factory

public final class Factory implements ParticleFactory<SimpleParticleType>(source)

Factory class for FlamethrowerParticle, intended to register in Minecraft instead of direct consumption.

Parameters

spriteProvider

Flame sprite provider

See also

Constructors

Functions

Link copied to clipboard
public FlamethrowerParticle createParticle(SimpleParticleType parameters, ClientWorld world, Double x, Double y, Double z, Double velocityX, Double velocityY, Double velocityZ)