Interface IParticleManager
public interface IParticleManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemParticles(IWorld world, double x, double y, ItemInstance instance) voidaddParticle(Particle particle) voidaddSingleItemParticle(IWorld world, double x, double y, double motionX, double motionY, ItemInstance instance) voidaddSingleTileParticle(IWorld world, double x, double y, double motionX, double motionY, TileState state) voidaddSmokeParticle(IWorld world, double x, double y, double motionX, double motionY, float scale) voidaddSnowParticle(IWorld world, double x, double y, double motionX, double motionY, int maxLife) voidaddTileParticles(IWorld world, int x, int y, TileState state) int
-
Method Details
-
addParticle
-
addTileParticles
-
addSingleTileParticle
-
addSmokeParticle
void addSmokeParticle(IWorld world, double x, double y, double motionX, double motionY, float scale) -
addSnowParticle
-
addItemParticles
-
addSingleItemParticle
void addSingleItemParticle(IWorld world, double x, double y, double motionX, double motionY, ItemInstance instance) -
getAmount
int getAmount()
-