Uses of Class
wbs.utils.util.particles.LineParticleEffect
Packages that use LineParticleEffect
Package
Description
Primarily implementations of
WbsParticleEffect for
shaped particle effects in the world.-
Uses of LineParticleEffect in wbs.utils.util.particles
Methods in wbs.utils.util.particles that return LineParticleEffectModifier and TypeMethodDescriptionLineParticleEffect.build()LineParticleEffect.clone()LineParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location loc) Run the effect pattern at the given location with the given particle.LineParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location loc, org.bukkit.entity.Player player) Run the effect pattern at the given location with the given particle.LineParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location start, org.bukkit.Location finish) Draws a line with particles between start and finishLineParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location start, org.bukkit.Location finish, org.bukkit.entity.Player player) Draws a line with particles between start and finishLineParticleEffect.setEnd(org.bukkit.util.Vector end) LineParticleEffect.setEnd(VectorProvider end) Set the end provider directlyLineParticleEffect.setRadius(double radius) LineParticleEffect.setRadius(NumProvider radius) Set the radius provider directlyLineParticleEffect.setRandom(boolean random) LineParticleEffect.setScaleAmount(boolean scaleAmount) LineParticleEffect.setSpeed(double speed) LineParticleEffect.setSpeed(NumProvider speed) Set the speed provider directly