| Package | Description |
|---|---|
| com.github.fierioziy.api | |
| com.github.fierioziy.api.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ParticleTypeColorable
Class used to represent particle type that can construct
colored particle packet.
|
class |
ParticleTypeMotion
Class used to represent particle type that can construct particle packet
with desired initial motion.
|
class |
ParticleTypeNote
Class used to represent note particle type that can construct
colored particle packet.
|
class |
ParticleTypeRedstone
Class used to represent redstone particle type that can construct
colored particle packet.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleType |
ParticleTypeDust.color(org.bukkit.Color color,
double size)
Selects a color this particle should get.
|
ParticleType |
ParticleTypeDust.color(org.bukkit.Color color,
float size)
Selects a color this particle should get.
|
ParticleType |
ParticleTypeDust.color(float r,
float g,
float b,
float size)
Selects a color this particle should get.
|
ParticleType |
ParticleTypeDust.color(int r,
int g,
int b,
double size)
Selects a color this particle should get.
|
ParticleType |
ParticleTypeDust.color(int r,
int g,
int b,
float size)
Selects a color this particle should get.
|
ParticleType |
ParticleTypeBlock.of(org.bukkit.Material block)
Selects a block this particle should represents.
|
ParticleType |
ParticleTypeBlock.of(org.bukkit.Material block,
byte meta)
Selects a block this particle should represents.
|
ParticleType |
ParticleTypeBlock.of(org.bukkit.Material block,
int meta)
Selects a block this particle should represents.
|
Copyright © 2020. All Rights Reserved.