@Environment(value=CLIENT) public class BlockFallingDustParticle extends SpriteBillboardParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockFallingDustParticle.Factory |
| Modifier and Type | Field and Description |
|---|---|
private float |
field_3809 |
private SpriteProvider |
spriteProvider |
spritescaleage, 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 |
BlockFallingDustParticle(ClientWorld world,
double x,
double y,
double z,
float colorRed,
float colorGreen,
float colorBlue,
SpriteProvider spriteProvider) |
| Modifier and Type | Method and Description |
|---|---|
float |
getSize(float tickDelta) |
ParticleTextureSheet |
getType() |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgebuildGeometry, scalegetBoundingBox, getColorMultiplier, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toStringprivate final float field_3809
private final SpriteProvider spriteProvider
private BlockFallingDustParticle(ClientWorld world, double x, double y, double z, float colorRed, float colorGreen, float colorBlue, SpriteProvider spriteProvider)
public ParticleTextureSheet getType()
public float getSize(float tickDelta)
getSize in class BillboardParticle