|
||||||||||
| 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)
|
static ParticleEffects |
ParticleEffects.fromName(java.lang.String 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 java.lang.Object |
ParticleEffects.createPacket(ParticleEffects effect,
org.bukkit.Location location,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int count)
|
static void |
ParticleEffects.sendToLocation(ParticleEffects effect,
org.bukkit.Location location,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int count)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||