public class CritParticle extends SpriteTexturedParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
CritParticle.DamageIndicatorFactory |
static class |
CritParticle.Factory |
static class |
CritParticle.MagicFactory |
spriteparticleScaleage, 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 |
|---|---|
private |
CritParticle(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double p_i46284_8_,
double p_i46284_10_,
double p_i46284_12_) |
| Modifier and Type | Method and Description |
|---|---|
IParticleRenderType |
getRenderType() |
float |
getScale(float scaleFactor) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSpritemultipleParticleScaleBy, renderParticlegetBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toStringprivate CritParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double p_i46284_8_, double p_i46284_10_, double p_i46284_12_)
public float getScale(float scaleFactor)
getScale in class TexturedParticlepublic IParticleRenderType getRenderType()
getRenderType in class Particle