Uses of Interface
dev.wyck.wrapper.environment.particle.AmbientParticle
Packages that use AmbientParticle
-
Uses of AmbientParticle in dev.wyck.wrapper.environment.particle
Fields in dev.wyck.wrapper.environment.particle with type parameters of type AmbientParticleModifier and TypeFieldDescriptionstatic final ConstructWireProvider<AmbientParticle> AmbientParticle.WIREMethods in dev.wyck.wrapper.environment.particle that return AmbientParticleModifier and TypeMethodDescriptionAmbientParticle.Builder.build()Builds the AmbientParticle instance.static AmbientParticleAmbientParticle.of(ParticleTypes ambientParticle, float probability) Creates a new AmbientParticle instance with no particle data.static AmbientParticleAmbientParticle.of(ParticleTypes ambientParticle, float probability, @Nullable ParticleData particleData) Creates a new AmbientParticle instance.Methods in dev.wyck.wrapper.environment.particle that return types with arguments of type AmbientParticleModifier and TypeMethodDescriptionParticleCatalog.particles()Returns the value of theparticlesrecord component.Constructors in dev.wyck.wrapper.environment.particle with parameters of type AmbientParticleConstructor parameters in dev.wyck.wrapper.environment.particle with type arguments of type AmbientParticleModifierConstructorDescriptionParticleCatalog(List<AmbientParticle> particles) Creates an instance of aParticleCatalogrecord class.