| Package | Description |
|---|---|
| xyz.xenondevs.particle | |
| xyz.xenondevs.particle.data | |
| xyz.xenondevs.particle.data.color |
| Modifier and Type | Field and Description |
|---|---|
static Map<ParticleEffect,Object> |
ParticleEffect.NMS_EFFECTS
A
HashMap to store the nms instances of all currently supported
ParticleEffects. |
static Map<ParticleEffect,Object> |
ParticleEffect.NMS_EFFECTS
A
HashMap to store the nms instances of all currently supported
ParticleEffects. |
static List<ParticleEffect> |
ParticleEffect.VALUES
An array with all
ParticleEffects. |
static List<ParticleEffect> |
ParticleEffect.VALUES
An array with all
ParticleEffects. |
| Modifier and Type | Method and Description |
|---|---|
ParticleEffect |
ParticlePacket.getParticle()
Gets the
ParticleEffect that will be displayed by the client. |
ParticleEffect |
ParticlePacket.getParticle()
Gets the
ParticleEffect that will be displayed by the client. |
static ParticleEffect |
ParticleEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticleEffect |
ParticleEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticleEffect[] |
ParticleEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ParticleEffect[] |
ParticleEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ParticleEffect> |
ParticleEffect.getAvailableEffects()
Returns a set of all effects that are available in the current version.
|
static Set<ParticleEffect> |
ParticleEffect.getAvailableEffects()
Returns a set of all effects that are available in the current version.
|
| Constructor and Description |
|---|
ParticleBuilder(ParticleEffect particle)
Initializes a new
ParticleBuilder |
ParticleBuilder(ParticleEffect particle)
Initializes a new
ParticleBuilder |
ParticleBuilder(ParticleEffect particle,
org.bukkit.Location location)
Initializes a new
ParticleBuilder |
ParticleBuilder(ParticleEffect particle,
org.bukkit.Location location)
Initializes a new
ParticleBuilder |
ParticlePacket(ParticleEffect particle,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount)
Creates a new
ParticlePacket that can be sent to one or multiple
players. |
ParticlePacket(ParticleEffect particle,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount)
Creates a new
ParticlePacket that can be sent to one or multiple
players. |
ParticlePacket(ParticleEffect particle,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
ParticleData particleData)
Creates a new
ParticlePacket that can be sent to one or multiple
players. |
ParticlePacket(ParticleEffect particle,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
ParticleData particleData)
Creates a new
ParticlePacket that can be sent to one or multiple
players. |
| Modifier and Type | Method and Description |
|---|---|
ParticleEffect |
ParticleData.getEffect()
Gets the
ParticleEffect the current ParticleData is assigned to. |
ParticleEffect |
ParticleData.getEffect()
Gets the
ParticleEffect the current ParticleData is assigned to. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleData.setEffect(ParticleEffect effect)
Sets the
ParticleEffect. |
void |
ParticleData.setEffect(ParticleEffect effect)
Sets the
ParticleEffect. |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteColor.setEffect(ParticleEffect effect)
Sets the
ParticleEffect. |
void |
NoteColor.setEffect(ParticleEffect effect)
Sets the
ParticleEffect. |
Copyright © 2021. All rights reserved.