public interface IParticleManager
| Modifier and Type | Method and Description |
|---|---|
void |
addParticle(Particle particle) |
void |
addTileParticles(IWorld world,
int x,
int y,
Tile tile,
int meta) |
int |
getAmount() |