Uses of Class
hm.zelha.particlesfx.shapers.ParticleCylinder
Packages that use ParticleCylinder
-
Uses of ParticleCylinder in hm.zelha.particlesfx.shapers
Methods in hm.zelha.particlesfx.shapers that return ParticleCylinderModifier and TypeMethodDescriptionParticleCylinder.clone()ParticleCylinder.setRotateCircles(boolean rotateCircles) -
Uses of ParticleCylinder in hm.zelha.particlesfx.util
Methods in hm.zelha.particlesfx.util that return ParticleCylinderModifier and TypeMethodDescriptionstatic ParticleCylinderParticleSFX.donut(Particle particle, LocationSafe center, double xRadius, double zRadius, double circleSize, int circleFrequency, int particleFrequency) static ParticleCylinderParticleSFX.donut(Particle particle, LocationSafe center, double radius, double circleSize, int circleFrequency, int particleFrequency) static ParticleCylinderParticleSFX.donut(Particle particle, LocationSafe center, double radius, int particleFrequency) static ParticleCylinderParticleSFX.donut(Particle particle, LocationSafe center, double radius, int circleFrequency, int particleFrequency) static ParticleCylinderParticleSFX.mushroom(Particle particle, LocationSafe bottom, double xRadius, double zRadius, double height, int particleFrequency) static ParticleCylinderParticleSFX.mushroom(Particle particle, LocationSafe bottom, double radius, double height, int particleFrequency) static ParticleCylinderParticleSFX.mushroom(Particle particle, LocationSafe bottom, double size, int particleFrequency)