Uses of Class
dev.wyck.wrapper.environment.particle.ParticleCatalog.Builder
Packages that use ParticleCatalog.Builder
-
Uses of ParticleCatalog.Builder in dev.wyck.wrapper.environment.particle
Methods in dev.wyck.wrapper.environment.particle that return ParticleCatalog.BuilderModifier and TypeMethodDescriptionstatic ParticleCatalog.BuilderParticleCatalog.builder()Creates a new ParticleCatalog builder.ParticleCatalog.Builder.clear()Clears the catalog.ParticleCatalog.Builder.complex(ParticleTypes particleType, float probability, ParticleData data) Adds a complex particle to the catalog.ParticleCatalog.Builder.merge(ParticleCatalog source) Adds all particles from another ParticleCatalog to this one.ParticleCatalog.Builder.particle(ParticleTypes particleType, float probability) Adds a particle to the catalog.ParticleCatalog.Builder.particle(ParticleTypes particleType, float probability, @Nullable ParticleData data) Adds a particle to the catalog.ParticleCatalog.Builder.simple(ParticleTypes particleType, float probability) Adds a simple particle to the catalog.ParticleCatalog.toBuilder()Converts this ParticleCatalog to a Builder.