Class ParticleComponentType.Builder<T>
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.component.ParticleComponentType.Builder<T>
- Enclosing class:
ParticleComponentType<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()configFactory(Supplier<T> configFactory) phases(ParticlePhase... phases) priority(int priority) storageFactory(Function<Integer, ParticleComponentStorage<T>> storageFactory)
-
Method Details
-
configFactory
-
storageFactory
public ParticleComponentType.Builder<T> storageFactory(Function<Integer, ParticleComponentStorage<T>> storageFactory) -
phases
-
priority
-
build
-