Interface ParticleFactoryRegistry.PendingParticleFactory<T extends ParticleEffect>
- Type Parameters:
T
- The type of particle effects this factory deals with.
- Enclosing interface:
ParticleFactoryRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ParticleFactoryRegistry.PendingParticleFactory<T extends ParticleEffect>
A pending particle factory.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(FabricSpriteProvider provider) Called to create a new particle factory.