Uses of Interface
hm.zelha.particlesfx.shapers.parents.Shape
Packages that use Shape
Package
Description
-
Uses of Shape in hm.zelha.particlesfx.shapers
Classes in hm.zelha.particlesfx.shapers that implement ShapeModifier and TypeClassDescriptionclassclassclassclassclassThis class is generally meant to be used with particles that extend ColorableParticle to properly display a colored image
(ParticleDustColored,ParticleEffectColored)
however it allows you to use normal particles to draw detailed objects by reading transparent images
(or by usingParticleImage.addIgnoredColor(Color)andParticleImage.setFuzz(int))classclassclassclassclassThis class uses the Sunflower Seed Arrangement to form a sphere, as opposed toParticleSphereCSAwhich uses surface area and circumference.classThis class uses surface area and circumference to position particles, as opposed toParticleSpherewhich uses the Sunflower Seed Arrangement
This class's sphere looks worse, but is much less chaotic and easier to color with secondary particles.classclass -
Uses of Shape in hm.zelha.particlesfx.shapers.parents
Classes in hm.zelha.particlesfx.shapers.parents that implement ShapeMethods in hm.zelha.particlesfx.shapers.parents that return Shape -
Uses of Shape in hm.zelha.particlesfx.util
Classes in hm.zelha.particlesfx.util that implement ShapeFields in hm.zelha.particlesfx.util with type parameters of type ShapeModifier and TypeFieldDescriptionParticleShapeCompound.nameMapParticleShapeCompound.shapeLocationIndexMethods in hm.zelha.particlesfx.util that return ShapeModifier and TypeMethodDescriptionParticleShapeCompound.getShape(int index) Shape[]ParticleShapeCompound.getShapes()ParticleShapeCompound.setAsync(boolean async) ParticleShapeCompound.setDelay(int delay) ParticleShapeCompound.setParticlesPerDisplay(int particlesPerDisplay) ParticleShapeCompound.start()ParticleShapeCompound.stop()Methods in hm.zelha.particlesfx.util with parameters of type ShapeModifier and TypeMethodDescriptionvoidvoidAdds the given shape to this ParticleShapeCompound under the given name, so that you can easily access the shape viaParticleShapeCompound.getShape(String)Constructors in hm.zelha.particlesfx.util with parameters of type Shape