@Environment(value=CLIENT) public class ExplosionEmitterParticle extends NoRenderParticle
Modifier and Type | Class and Description |
---|---|
static class |
ExplosionEmitterParticle.Factory |
Modifier and Type | Field and Description |
---|---|
private int |
age_ |
private int |
maxAge_ |
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
Modifier | Constructor and Description |
---|---|
private |
ExplosionEmitterParticle(ClientWorld world,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
void |
tick() |
buildGeometry, getType
getBoundingBox, getColorMultiplier, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
private ExplosionEmitterParticle(ClientWorld world, double x, double y, double z)