Uses of Class
studio.magemonkey.fabled.api.particle.PolarSettings
Packages that use PolarSettings
-
Uses of PolarSettings in studio.magemonkey.fabled.api.particle
Methods in studio.magemonkey.fabled.api.particle that return PolarSettingsModifier and TypeMethodDescriptionstatic PolarSettingsEffectManager.getFormula(String key) Gets a formula by keyPolarSettings.setOffset(double x, double y, double z) Sets the offset for the effectMethods in studio.magemonkey.fabled.api.particle with parameters of type PolarSettingsModifier and TypeMethodDescriptionstatic voidEffectManager.register(String key, PolarSettings formula) Registers a new formula for effectsConstructors in studio.magemonkey.fabled.api.particle with parameters of type PolarSettingsModifierConstructorDescriptionParticleEffect(String name, PolarSettings shape, PolarSettings animation, ParticleSettings particle, DirectionHandler shapeDir, DirectionHandler animDir, String size, String animSize, int interval, int viewRange, boolean withRotation, double initialRotation)