public interface IParticleManager
| Modifier and Type | Method | Description |
|---|---|---|
void |
addParticle(Particle particle) |
|
void |
addSingleTileParticle(IWorld world,
double x,
double y,
double motionX,
double motionY,
TileState state) |
|
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() |
void addParticle(Particle particle)
void addSingleTileParticle(IWorld world, double x, double y, double motionX, double motionY, TileState state)
void addSmokeParticle(IWorld world, double x, double y, double motionX, double motionY, float scale)
int getAmount()