Factory

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

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

Parameters

spriteProvider

Flame sprite provider

See also

IStaffMod.flamethrowerParticleType

Constructors

Functions

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