public interface IParticleManager
| Modifier and Type | Method | Description |
|---|---|---|
void |
addParticle(Particle particle) |
|
void |
addSmokeParticle(IWorld world,
double x,
double y,
double motionX,
double motionY,
float scale) |
|
void |
addTileParticles(IWorld world,
int x,
int y,
TileState state) |
|
int |
getAmount() |