| Package | Description |
|---|---|
| xyz.xenondevs.particle | |
| xyz.xenondevs.particle.data.color |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
Collection<? extends org.bukkit.entity.Player> players)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
Collection<? extends org.bukkit.entity.Player> players)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
org.bukkit.entity.Player... players)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
org.bukkit.entity.Player... players)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
Predicate filter)
Displays the current
ParticleEffect. |
void |
ParticleEffect.display(org.bukkit.Location location,
ParticleColor color,
Predicate filter)
Displays the current
ParticleEffect. |
boolean |
ParticleEffect.isCorrectColor(ParticleColor color)
Checks if the current
ParticleEffect instance needs the given ParticleColor. |
boolean |
ParticleEffect.isCorrectColor(ParticleColor color)
Checks if the current
ParticleEffect instance needs the given ParticleColor. |
| Modifier and Type | Class and Description |
|---|---|
class |
DustColorTransitionData
This
DustData implementation is solely built
for the ParticleEffect.DUST_COLOR_TRANSITION
effect. |
class |
DustData
The DustData class holds information on the colors
and size of various dust particles.
|
class |
NoteColor
An implementation of the
ParticleColor class to support note colors. |
class |
RegularColor
An implementation of the
ParticleColor class that supports normal RGB values. |
Copyright © 2021. All rights reserved.