Uses of Class
wbs.utils.util.particles.NormalParticleEffect
Packages that use NormalParticleEffect
Package
Description
Primarily implementations of
WbsParticleEffect for
shaped particle effects in the world.-
Uses of NormalParticleEffect in wbs.utils.util.particles
Methods in wbs.utils.util.particles that return NormalParticleEffectModifier and TypeMethodDescriptionNormalParticleEffect.build()NormalParticleEffect.clone()NormalParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location loc) NormalParticleEffect.play(org.bukkit.Particle particle, org.bukkit.Location loc, org.bukkit.entity.Player player) NormalParticleEffect.setSpeed(double speed) NormalParticleEffect.setSpeed(NumProvider speed) Set the speed provider directlyNormalParticleEffect.setX(double x) Set the size of the region in the X axisNormalParticleEffect.setX(NumProvider x) Set the X size provider directlyNormalParticleEffect.setXYZ(double size) Set the size of the region in the all 3 axes, making the region a cubeNormalParticleEffect.setXYZ(org.bukkit.util.Vector xyz) Set the size of the region in each axis defined by the X, Y, and Z components of a given vectorNormalParticleEffect.setXYZ(NumProvider size) Set the provider of all axes directlyNormalParticleEffect.setY(double y) Set the size of the region in the Y axisNormalParticleEffect.setY(NumProvider y) Set the Y size provider directlyNormalParticleEffect.setZ(double z) Set the size of the region in the Z axisNormalParticleEffect.setZ(NumProvider z) Set the Z size provider directly