| Package | Description |
|---|---|
| de.slikey.effectlib.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticleEffect.BlockData
Deprecated.
|
static class |
ParticleEffect.ItemData
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
org.bukkit.Location center,
double range)
Deprecated.
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
org.bukkit.Location center,
double range,
List<org.bukkit.entity.Player> targetPlayers)
Deprecated.
Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
org.bukkit.Location center,
List<org.bukkit.entity.Player> players)
Deprecated.
Displays a particle effect which requires additional data and is only visible for the specified players
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
org.bukkit.Location center,
org.bukkit.entity.Player... players)
Deprecated.
Displays a particle effect which requires additional data and is only visible for the specified players
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
org.bukkit.Location center,
org.bukkit.Color color,
double range,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount)
Deprecated.
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
org.bukkit.Location center,
org.bukkit.Color color,
double range,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int amount,
List<org.bukkit.entity.Player> targetPlayers)
Deprecated.
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
org.bukkit.util.Vector direction,
float speed,
org.bukkit.Location center,
double range)
Deprecated.
Displays a single particle which requires additional data that flies into a determined direction and is only visible for all players within a certain range in the world of @param center
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
org.bukkit.util.Vector direction,
float speed,
org.bukkit.Location center,
List<org.bukkit.entity.Player> players)
Deprecated.
Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players
|
void |
ParticleEffect.display(ParticleEffect.ParticleData data,
org.bukkit.util.Vector direction,
float speed,
org.bukkit.Location center,
org.bukkit.entity.Player... players)
Deprecated.
Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players
|
Copyright © 2021 elMakers. All rights reserved.