Uses of Interface
dev.wyck.wrapper.environment.particle.ParticleData
Packages that use ParticleData
Package
Description
-
Uses of ParticleData in dev.wyck.model.biome
Methods in dev.wyck.model.biome with parameters of type ParticleDataModifier and TypeMethodDescriptionCustomBiome.Builder.particle(ParticleTypes type, float probability, @Nullable ParticleData data) -
Uses of ParticleData in dev.wyck.wrapper.environment.particle
Methods in dev.wyck.wrapper.environment.particle with type parameters of type ParticleDataModifier and TypeMethodDescription<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 that return ParticleDataMethods in dev.wyck.wrapper.environment.particle that return types with arguments of type ParticleDataModifier and TypeMethodDescription@Nullable Class<? extends ParticleData> ParticleTypes.getParticleDataClass()Methods in dev.wyck.wrapper.environment.particle with parameters of type ParticleDataModifier and TypeMethodDescriptionParticleCatalog.Builder.complex(ParticleTypes particleType, float probability, ParticleData data) Adds a complex particle to the catalog.AmbientParticle.Builder.data(ParticleData data) Sets the particle data.static AmbientParticleAmbientParticle.of(ParticleTypes ambientParticle, float probability, @Nullable ParticleData particleData) Creates a new AmbientParticle instance.static ParticleOptionsParticleOptions.of(ParticleTypes type, @Nullable ParticleData data) Creates a new ParticleOptions instance.static ParticleCatalogParticleCatalog.ofComplex(ParticleTypes particleType, float probability, ParticleData data) Creates a ParticleCatalog with a single complex particle.ParticleCatalog.Builder.particle(ParticleTypes particleType, float probability, @Nullable ParticleData data) Adds a particle to the catalog. -
Uses of ParticleData in dev.wyck.wrapper.environment.particle.options
Classes in dev.wyck.wrapper.environment.particle.options that implement ParticleDataModifier and TypeClassDescriptionfinal recordParticle data for particles that require a block type.final recordParticle data for particles that require a color.final recordParticle data for dust particles.final recordParticle data for dust transition particles.final recordParticle data for item particles.final recordParticle data for power particles.final recordParticle data for sculk charge particles.final recordParticle data for spell particles.final recordParticle data for trail particles.final recordParticle data for vibration particles.