Uses of Record Class
dev.wyck.wrapper.environment.particle.ParticleCatalog
Packages that use ParticleCatalog
-
Uses of ParticleCatalog in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type ParticleCatalogModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<ParticleCatalog> EnvironmentAttributes.AMBIENT_PARTICLESParticles that spawn randomly around the camera where probability is the chance to spawn a particle in an empty space -
Uses of ParticleCatalog in dev.wyck.wrapper.environment.particle
Fields in dev.wyck.wrapper.environment.particle declared as ParticleCatalogMethods in dev.wyck.wrapper.environment.particle that return ParticleCatalogModifier and TypeMethodDescriptionParticleCatalog.Builder.build()Builds the ParticleCatalog.static ParticleCatalogParticleCatalog.ofComplex(ParticleTypes particleType, float probability, ParticleData data) Creates a ParticleCatalog with a single complex particle.static ParticleCatalogParticleCatalog.ofSimple(ParticleTypes particleType, float probability) Creates a ParticleCatalog with a single complex particle.ParticleCatalog.with(ParticleTypes type, float probability) Creates a new ParticleCatalog with the specified particle added.<T extends ParticleData>
ParticleCatalogParticleCatalog.with(ParticleTypes type, float probability, @Nullable T data) Creates a new ParticleCatalog with the specified particle added.Methods in dev.wyck.wrapper.environment.particle with parameters of type ParticleCatalogModifier and TypeMethodDescriptionParticleCatalog.Builder.merge(ParticleCatalog source) Adds all particles from another ParticleCatalog to this one.Constructors in dev.wyck.wrapper.environment.particle with parameters of type ParticleCatalog