|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParticleEffects | |
|---|---|
| minny.zephyrus.utils | |
| Uses of ParticleEffects in minny.zephyrus.utils |
|---|
| Methods in minny.zephyrus.utils that return ParticleEffects | |
|---|---|
static ParticleEffects |
ParticleEffects.fromId(int id)
Gets the Particle Effect from its id |
static ParticleEffects |
ParticleEffects.fromName(java.lang.String name)
Gets the Particle Effect from its name |
static ParticleEffects |
ParticleEffects.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParticleEffects[] |
ParticleEffects.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in minny.zephyrus.utils with parameters of type ParticleEffects | |
|---|---|
static void |
ParticleEffects.sendToLocation(ParticleEffects effect,
org.bukkit.Location location,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int count)
Send a particle effect to all players |
static void |
ParticleEffects.sendToPlayer(ParticleEffects effect,
org.bukkit.entity.Player player,
org.bukkit.Location location,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int count)
Send a particle effect to a player |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||