Uses of Class
com.destroystokyo.paper.ParticleBuilder
Packages that use ParticleBuilder
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ParticleBuilder in com.destroystokyo.paper
Methods in com.destroystokyo.paper that return ParticleBuilderModifier and TypeMethodDescriptionParticleBuilder.allPlayers()Sends this particle to all players in the world.ParticleBuilder.clone()ParticleBuilder.color(int color) Sets the particle Color.ParticleBuilder.color(int r, int g, int b) Sets the particle Color.ParticleBuilder.color(int a, int r, int g, int b) Sets the particle Color.Sets the particle Color.Sets the particle Color and size or power.ParticleBuilder.colorTransition(int fromRgb, int toRgb) Sets the particle Color Transition.ParticleBuilder.colorTransition(int fromRed, int fromGreen, int fromBlue, int toRed, int toGreen, int toBlue) Sets the particle Color Transition.ParticleBuilder.colorTransition(Color fromColor, Color toColor) Sets the particle Color Transition.ParticleBuilder.colorTransition(Color fromColor, Color toColor, float size) Sets the particle Color Transition and size.ParticleBuilder.count(int count) Sets the number of particles to spawn<T> ParticleBuilderSets the particle custom data.ParticleBuilder.extra(double extra) Deprecated, for removal: This API element is subject to removal in a future version.ParticleBuilder.force(boolean force) Sets whether the particle is forcefully shown to the player.Sets the location of where to spawn the particleSets the location of where to spawn the particleParticleBuilder.offset(double offsetX, double offsetY, double offsetZ) Sets the particle offset.Changes what particle will be sentParticleBuilder.randomizationType(Particle.RandomizationType randomizationType) Sets the randomization type for the particle.ParticleBuilder.receivers(int radius) Selects all players within a cuboid selection around the particle location, within the specified bounding box.ParticleBuilder.receivers(int radius, boolean byDistance) Selects all players within the specified radius around the particle location.ParticleBuilder.receivers(int xzRadius, int yRadius) Selects all players within a cuboid selection around the particle location, within the specified bounding box.ParticleBuilder.receivers(int xzRadius, int yRadius, boolean byDistance) Selects all players within the specified radius around the particle location.ParticleBuilder.receivers(int xRadius, int yRadius, int zRadius) Selects all players within a cuboid selection around the particle location, within the specified bounding box.ParticleBuilder.receivers(@Nullable Collection<Player> receivers) Sets the source of this particle for visibility concerns (Vanish API)ParticleBuilder.spawn()Sends the particle to all receiving players (or all).ParticleBuilder.speed(double speed) Sets the particle speed.ParticleBuilder.speed(double speedX, double speedY, double speedZ) Sets the particle speed. -
Uses of ParticleBuilder in org.bukkit
Methods in org.bukkit that return ParticleBuilder
ParticleBuilder.speed(double)instead