public class PoofParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
PoofParticle.Factory |
Modifier and Type | Field and Description |
---|---|
private IAnimatedSprite |
field_217581_C |
sprite
particleScale
age, canCollide, height, isExpired, maxAge, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world
Modifier | Constructor and Description |
---|---|
protected |
PoofParticle(World p_i51035_1_,
double p_i51035_2_,
double p_i51035_4_,
double p_i51035_6_,
double p_i51035_8_,
double p_i51035_10_,
double p_i51035_12_,
IAnimatedSprite p_i51035_14_) |
Modifier and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
getScale, multipleParticleScaleBy, renderParticle
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private final IAnimatedSprite field_217581_C
protected PoofParticle(World p_i51035_1_, double p_i51035_2_, double p_i51035_4_, double p_i51035_6_, double p_i51035_8_, double p_i51035_10_, double p_i51035_12_, IAnimatedSprite p_i51035_14_)
public IParticleRenderType getRenderType()
getRenderType
in class Particle