Uses of Class
wbs.utils.util.particles.CuboidParticleEffect
Packages that use CuboidParticleEffect
Package
Description
Primarily implementations of
WbsParticleEffect for
shaped particle effects in the world.-
Uses of CuboidParticleEffect in wbs.utils.util.particles
Methods in wbs.utils.util.particles that return CuboidParticleEffectModifier and TypeMethodDescriptionCuboidParticleEffect.build()CuboidParticleEffect.clone()CuboidParticleEffect.setAbout(org.bukkit.util.Vector about) CuboidParticleEffect.setAbout(VectorProvider about) Set the about vector provider directlyCuboidParticleEffect.setRotation(double rotation) CuboidParticleEffect.setRotation(NumProvider rotation) Set the rotation provider directlyCuboidParticleEffect.setScaleAmount(boolean scaleAmount) Set whether or not to use the "amount" field as points-per-blockCuboidParticleEffect.setX(double x) Set the size of the region in the X axisCuboidParticleEffect.setX(NumProvider x) Set the provider for the region in the X axisCuboidParticleEffect.setXYZ(double size) Set the size of the region in the all 3 axes, making the region a cubeCuboidParticleEffect.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 vectorCuboidParticleEffect.setXYZ(NumProvider size) Set the provider to be used for allCuboidParticleEffect.setY(double y) Set the size of the region in the Y axisCuboidParticleEffect.setY(NumProvider y) Set the size of the region in the Y axisCuboidParticleEffect.setZ(double z) Set the size of the region in the Z axisCuboidParticleEffect.setZ(NumProvider z) Set the size of the region in the Z axis