<divclass="block">Interfaces for non-voxel objects that can exist in a <ahref="../World.html"title="interface in org.bukkit"><code>world</code></a>, including all players, monsters, projectiles, etc.</div>
<h2>Uses of <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> in <ahref="../../../com/destroystokyo/paper/package-summary.html">com.destroystokyo.paper</a></h2>
<divclass="caption"><span>Methods in <ahref="../../../com/destroystokyo/paper/package-summary.html">com.destroystokyo.paper</a> that return <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></code></div>
<divclass="caption"><span>Methods in <ahref="../../../com/destroystokyo/paper/package-summary.html">com.destroystokyo.paper</a> with parameters of type <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../../../com/destroystokyo/paper/ParticleBuilder.html"title="class in com.destroystokyo.paper">ParticleBuilder</a></code></div>
<divclass="col-second even-row-color"><spanclass="type-name-label">ParticleBuilder.</span><code><ahref="../../../com/destroystokyo/paper/ParticleBuilder.html#particle(org.bukkit.Particle)"class="member-name-link">particle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Changes what particle will be sent</div>
</div>
</div>
<divclass="caption"><span>Constructors in <ahref="../../../com/destroystokyo/paper/package-summary.html">com.destroystokyo.paper</a> with parameters of type <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="col-second even-row-color"><code><ahref="../../../com/destroystokyo/paper/ParticleBuilder.html#%3Cinit%3E(org.bukkit.Particle)"class="member-name-link">ParticleBuilder</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle)</code></div>
<divclass="col-last even-row-color"> </div>
</div>
</section>
</li>
<li>
<sectionclass="detail"id="org.bukkit">
<h2>Uses of <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> in <ahref="../package-summary.html">org.bukkit</a></h2>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> that return <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code>static <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></code></div>
<divclass="col-second even-row-color"><spanclass="type-name-label">Particle.</span><code><ahref="../Particle.html#valueOf(java.lang.String)"class="member-name-link">valueOf</a><wbr>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> name)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Returns the enum constant of this class with the specified name.</div>
</div>
<divclass="col-first odd-row-color"><code>static <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a>[]</code></div>
<divclass="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</div>
</div>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> with parameters of type <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,double,T,boolean)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data,
boolean force)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,double,double,double,int,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,double,T,boolean)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data,
boolean force)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,java.util.List,org.bukkit.entity.Player,double,double,double,int,double,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="../entity/Player.html"title="interface in org.bukkit.entity">Player</a>> receivers,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../entity/Player.html"title="interface in org.bukkit.entity">Player</a> source,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#spawnParticle(org.bukkit.Particle,java.util.List,org.bukkit.entity.Player,double,double,double,int,double,double,double,double,T,boolean)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="../entity/Player.html"title="interface in org.bukkit.entity">Player</a>> receivers,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../entity/Player.html"title="interface in org.bukkit.entity">Player</a> source,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data,
boolean force)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
at the target location.</div>
</div>
</div>
</section>
</li>
<li>
<sectionclass="detail"id="org.bukkit.entity">
<h2>Uses of <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> in <ahref="../entity/package-summary.html">org.bukkit.entity</a></h2>
<divclass="caption"><span>Methods in <ahref="../entity/package-summary.html">org.bukkit.entity</a> that return <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></code></div>
<divclass="block">Gets the particle which this cloud will be composed of</div>
</div>
</div>
<divclass="caption"><span>Methods in <ahref="../entity/package-summary.html">org.bukkit.entity</a> with parameters of type <ahref="../Particle.html"title="enum class in org.bukkit">Particle</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">AreaEffectCloud.</span><code><ahref="../entity/AreaEffectCloud.html#setParticle(org.bukkit.Particle)"class="member-name-link">setParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Sets the particle which this cloud will be composed of</div>
<divclass="col-second odd-row-color"><spanclass="type-name-label">AreaEffectCloud.</span><code><ahref="../entity/AreaEffectCloud.html#setParticle(org.bukkit.Particle,T)"class="member-name-link">setParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Sets the particle which this cloud will be composed of</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
double offsetX,
double offsetY,
double offsetZ,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,double,double,double,int,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
double x,
double y,
double z,
int count,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,double)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
double extra,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,double,double,double,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
double offsetX,
double offsetY,
double offsetZ,
T data)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)
<divclass="col-second odd-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#spawnParticle(org.bukkit.Particle,org.bukkit.Location,int,T)"class="member-name-link">spawnParticle</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Particle.html"title="enum class in org.bukkit">Particle</a> particle,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
int count,
T data)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Spawns the particle (the number of times specified by count)