Uses of Class
hm.zelha.particlesfx.shapers.parents.RotationHandler
Packages that use RotationHandler
Package
Description
-
Uses of RotationHandler in hm.zelha.particlesfx.shapers
Subclasses of RotationHandler in hm.zelha.particlesfx.shapersModifier 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 RotationHandler in hm.zelha.particlesfx.shapers.parents
Subclasses of RotationHandler in hm.zelha.particlesfx.shapers.parentsMethods in hm.zelha.particlesfx.shapers.parents with parameters of type RotationHandlerModifier and TypeMethodDescriptionprotected voidRotationHandler.addCompound(ParticleShapeCompound compound, RotationHandler shape) protected ArrayListSafe<LocationSafe> RotationHandler.getLocationsList(RotationHandler other) protected voidRotationHandler.removeCompound(ParticleShapeCompound compound, RotationHandler shape) -
Uses of RotationHandler in hm.zelha.particlesfx.util
Subclasses of RotationHandler in hm.zelha.particlesfx.utilMethods in hm.zelha.particlesfx.util with parameters of type RotationHandlerModifier and TypeMethodDescriptionvoidArrayListSafe.addMechanic.accept(RotationHandler owner, LocationSafe added) voidArrayListSafe.removeMechanic.accept(RotationHandler owner, int index) Constructors in hm.zelha.particlesfx.util with parameters of type RotationHandler