| Package | Description |
|---|---|
| com.github.fierioziy.particlenativeapi.api | |
| com.github.fierioziy.particlenativeapi.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 |
ParticleTypeDustColorTransition.color(org.bukkit.Color color,
org.bukkit.Color transition,
double size)
Selects a color this particle should get
and to what color it should transition on fading away.
|
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 |
ParticleTypeDustColorTransition.color(float r,
float g,
float b,
float tr,
float tg,
float tb,
float size)
Selects a color this particle should get
and to what color it should transition on fading away.
|
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 |
ParticleTypeDustColorTransition.color(int r,
int g,
int b,
int tr,
int tg,
int tb,
double size)
Selects a color this particle should get
and to what color it should transition on fading away.
|
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 © 2021. All Rights Reserved.