ParticleFactoryRegistryImpl

public final class ParticleFactoryRegistryImpl implements ParticleFactoryRegistry

Functions

getInstance
Link copied to clipboard
static ParticleFactoryRegistry getInstance()
initialize
Link copied to clipboard
void initialize(ParticleManager particleManager)
register
Link copied to clipboard
void register<T extends ParticleEffect>(ParticleType<T> type, ParticleFactoryRegistry.PendingParticleFactory<T> constructor)
Registers a delayed factory for constructing particles of the given type.
void register<T extends ParticleEffect>(ParticleType<T> type, ParticleFactory<T> factory)
Registers a factory for constructing particles of the given type.

Properties

INSTANCE
Link copied to clipboard
public final static ParticleFactoryRegistryImpl INSTANCE

Sources

jvm source
Link copied to clipboard