public class HugeExplosionParticle extends MetaParticle
Modifier and Type | Class and Description |
---|---|
static class |
HugeExplosionParticle.Factory |
Modifier and Type | Field and Description |
---|---|
private int |
maximumTime |
private int |
timeSinceStart |
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 |
---|---|
private |
HugeExplosionParticle(World p_i51026_1_,
double p_i51026_2_,
double p_i51026_4_,
double p_i51026_6_) |
Modifier and Type | Method and Description |
---|---|
void |
tick() |
getRenderType, renderParticle
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multipleParticleScaleBy, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private int timeSinceStart
private final int maximumTime
private HugeExplosionParticle(World p_i51026_1_, double p_i51026_2_, double p_i51026_4_, double p_i51026_6_)