Uses of Class
xyz.xenondevs.particle.ParticleBuilder
Packages that use ParticleBuilder
-
Uses of ParticleBuilder in xyz.xenondevs.particle
Methods in xyz.xenondevs.particle that return ParticleBuilderModifier and TypeMethodDescriptionParticleBuilder.setAmount(int amount) Sets the amount.Sets the color of the particle.ParticleBuilder.setLocation(org.bukkit.Location location) Sets theLocationof the particle.ParticleBuilder.setOffset(float offsetX, float offsetY, float offsetZ) Sets the offset.ParticleBuilder.setOffset(org.bukkit.util.Vector offset) Sets the offset.ParticleBuilder.setOffsetX(float offsetX) Sets the X offset.ParticleBuilder.setOffsetY(float offsetY) Sets the Y offset.ParticleBuilder.setOffsetZ(float offsetZ) Sets the Z offset.ParticleBuilder.setParticleData(ParticleData particleData) Sets the particleData.ParticleBuilder.setSpeed(float speed) Sets the speed. -
Uses of ParticleBuilder in xyz.xenondevs.particle.utils
Method parameters in xyz.xenondevs.particle.utils with type arguments of type ParticleBuilderModifier and TypeMethodDescriptionstatic voidParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders) Converts the givenCollectionofParticleBuildersto packets and sends them to all players that are currently on the server.static voidParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders, Collection<org.bukkit.entity.Player> players) Converts the givenCollectionofParticleBuildersto packets and sends them to the target players.static voidParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders, org.bukkit.entity.Player player) Converts the givenCollectionofParticleBuildersto packets and sends them to the target player.