Uses of Class
hm.zelha.particlesfx.util.ParticleShapeCompound
Packages that use ParticleShapeCompound
-
Uses of ParticleShapeCompound in hm.zelha.particlesfx.shapers.parents
Fields in hm.zelha.particlesfx.shapers.parents with type parameters of type ParticleShapeCompoundModifier and TypeFieldDescriptionprotected final List<ParticleShapeCompound> RotationHandler.compoundsMethods in hm.zelha.particlesfx.shapers.parents with parameters of type ParticleShapeCompoundModifier and TypeMethodDescriptionprotected voidRotationHandler.addCompound(ParticleShapeCompound compound, RotationHandler shape) protected voidRotationHandler.removeCompound(ParticleShapeCompound compound, RotationHandler shape) -
Uses of ParticleShapeCompound in hm.zelha.particlesfx.util
Methods in hm.zelha.particlesfx.util that return ParticleShapeCompoundModifier and TypeMethodDescriptionstatic ParticleShapeCompoundParticleSFX.atom(Particle nucleus, Particle electron, LocationSafe center, double radius, int particleFrequency) The givenParticleShapeCompoundcontains aParticleSphere, named "nucleus", and threeParticleCircles, named "electron1" to "electron3"
You can get the individual shapes usinggetShape(String)static ParticleShapeCompoundParticleSFX.atom(Particle particle, LocationSafe center, double radius, int particleFrequency) The givenParticleShapeCompoundcontains aParticleSphere, named "nucleus", and threeParticleCircles, named "electron1" to "electron3"
You can get the individual shapes usinggetShape(String)ParticleShapeCompound.clone()static ParticleShapeCompoundParticleSFX.cup(Particle particle, LocationSafe bottom, double xRadius, double zRadius, double height, int particleFrequency) The givenParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usinggetShape(String)static ParticleShapeCompoundParticleSFX.cup(Particle particle, LocationSafe bottom, double radius, double height, int particleFrequency) The givenParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usinggetShape(String)static ParticleShapeCompoundParticleSFX.cup(Particle particle, LocationSafe bottom, double size, int particleFrequency) The givenParticleShapeCompoundcontains aParticleCylinder, named "cup", aParticleSpiral, named "bottom", and aParticleLineCurved, named "handle"
You can get the individual shapes usinggetShape(String)static ParticleShapeCompoundParticleSFX.flower(Particle particle, LocationSafe bottom, double flowerSize, double stemHeight, int particleFrequency) The givenParticleShapeCompoundcontains aParticleLineCurved, named "stem", and another ParticleShapeCompound, named "head", which contains 11ParticleCircleFilleds, named "center" and "petal1" to "petal10"
You can get the individual shapes usinggetShape(String)static ParticleShapeCompoundParticleSFX.flower(Particle particle, LocationSafe bottom, double size, int particleFrequency) The givenParticleShapeCompoundcontains aParticleLineCurved, named "stem", and another ParticleShapeCompound, named "head", which contains 11ParticleCircleFilleds, named "center" and "petal1" to "petal10"
You can get the individual shapes usinggetShape(String)Methods in hm.zelha.particlesfx.util with parameters of type ParticleShapeCompoundModifier and TypeMethodDescriptionvoidArrayListSafe.addAddMechanics(ParticleShapeCompound owner, ArrayListSafe.addMechanic mechanic) voidLocationSafe.addRecalcMechanic(ParticleShapeCompound owner, Consumer<org.bukkit.Location> mechanic) only meant to be used inParticleShapeCompoundvoidArrayListSafe.addRemoveMechanics(ParticleShapeCompound owner, ArrayListSafe.removeMechanic mechanic) voidArrayListSafe.removeMechanics(ParticleShapeCompound owner) voidLocationSafe.removeRecalcMechanic(ParticleShapeCompound owner) only meant to be used inParticleShapeCompound