| Package | Description |
|---|---|
| xyz.xenondevs.particle | |
| xyz.xenondevs.particle.utils |
| Modifier and Type | Method and Description |
|---|---|
ParticleBuilder |
ParticleBuilder.setAmount(int amount)
Sets the amount.
|
ParticleBuilder |
ParticleBuilder.setAmount(int amount)
Sets the amount.
|
ParticleBuilder |
ParticleBuilder.setColor(Color color)
Sets the color of the particle.
|
ParticleBuilder |
ParticleBuilder.setColor(Color color)
Sets the color of the particle.
|
ParticleBuilder |
ParticleBuilder.setLocation(org.bukkit.Location location)
Sets the
Location of the particle. |
ParticleBuilder |
ParticleBuilder.setLocation(org.bukkit.Location location)
Sets the
Location of the particle. |
ParticleBuilder |
ParticleBuilder.setOffset(float offsetX,
float offsetY,
float offsetZ)
Sets the offset.
|
ParticleBuilder |
ParticleBuilder.setOffset(float offsetX,
float offsetY,
float offsetZ)
Sets the offset.
|
ParticleBuilder |
ParticleBuilder.setOffset(org.bukkit.util.Vector offset)
Sets the offset.
|
ParticleBuilder |
ParticleBuilder.setOffset(org.bukkit.util.Vector offset)
Sets the offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetX(float offsetX)
Sets the X offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetX(float offsetX)
Sets the X offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetY(float offsetY)
Sets the Y offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetY(float offsetY)
Sets the Y offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetZ(float offsetZ)
Sets the Z offset.
|
ParticleBuilder |
ParticleBuilder.setOffsetZ(float offsetZ)
Sets the Z offset.
|
ParticleBuilder |
ParticleBuilder.setParticleData(ParticleData particleData)
Sets the particleData.
|
ParticleBuilder |
ParticleBuilder.setParticleData(ParticleData particleData)
Sets the particleData.
|
ParticleBuilder |
ParticleBuilder.setSpeed(float speed)
Sets the speed.
|
ParticleBuilder |
ParticleBuilder.setSpeed(float speed)
Sets the speed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders)
Converts the given
Collection of ParticleBuilders
to packets and sends them to all players that are currently on the server. |
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders)
Converts the given
Collection of ParticleBuilders
to packets and sends them to all players that are currently on the server. |
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders,
Collection<org.bukkit.entity.Player> players)
Converts the given
Collection of ParticleBuilders
to packets and sends them to the target players. |
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders,
Collection<org.bukkit.entity.Player> players)
Converts the given
Collection of ParticleBuilders
to packets and sends them to the target players. |
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders,
org.bukkit.entity.Player player)
Converts the given
Collection of ParticleBuilders
to packets and sends them to the target player. |
static void |
ParticleUtils.sendBulkBuilders(Collection<ParticleBuilder> builders,
org.bukkit.entity.Player player)
Converts the given
Collection of ParticleBuilders
to packets and sends them to the target player. |
Copyright © 2021. All rights reserved.