public interface IParticleManager
| Modifier and Type | Method | Description |
|---|---|---|
void |
addItemParticles(IWorld world,
double x,
double y,
ItemInstance instance) |
|
void |
addParticle(Particle particle) |
|
void |
addSingleItemParticle(IWorld world,
double x,
double y,
double motionX,
double motionY,
ItemInstance instance) |
|
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 |
addSnowParticle(IWorld world,
double x,
double y,
double motionX,
double motionY,
int maxLife) |
|
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)
void addSnowParticle(IWorld world, double x, double y, double motionX, double motionY, int maxLife)
void addItemParticles(IWorld world, double x, double y, ItemInstance instance)
void addSingleItemParticle(IWorld world, double x, double y, double motionX, double motionY, ItemInstance instance)
int getAmount()