Uses of Class
com.sucy.skill.api.particle.ParticleSettings
Packages that use ParticleSettings
-
Uses of ParticleSettings in com.sucy.skill.api.particle
Constructors in com.sucy.skill.api.particle with parameters of type ParticleSettingsModifierConstructorDescriptionParticleEffect(String name, PolarSettings shape, PolarSettings animation, ParticleSettings particle, DirectionHandler shapeDir, DirectionHandler animDir, String size, String animSize, int interval, int viewRange, boolean withRotation, double initialRotation) -
Uses of ParticleSettings in com.sucy.skill.cast
Fields in com.sucy.skill.cast declared as ParticleSettingsMethods in com.sucy.skill.cast with parameters of type ParticleSettingsModifier and TypeMethodDescriptionvoidCirclePreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) Creates the packets for the indicator, adding them to the listvoidConePreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) Creates the packets for the indicator, adding them to the listvoidCylinderPreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) Creates the packets for the indicator, adding them to the listabstract voidPreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) voidProjectilePreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) Creates the packets for the indicator, adding them to the listvoidSpherePreview.playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step) Creates the packets for the indicator, adding them to the list