@Environment(value=CLIENT) public class EnchantGlyphParticle extends SpriteBillboardParticle
| Modifier and Type | Class and Description |
|---|---|
static class |
EnchantGlyphParticle.EnchantFactory |
static class |
EnchantGlyphParticle.NautilusFactory |
| Modifier and Type | Field and Description |
|---|---|
private double |
startX |
private double |
startY |
private double |
startZ |
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 |
EnchantGlyphParticle(ClientWorld world,
double x,
double y,
double z,
double velocityX,
double velocityY,
double velocityZ) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColorMultiplier(float tint) |
ParticleTextureSheet |
getType() |
void |
move(double dx,
double dy,
double dz) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgebuildGeometry, getSize, scalegetBoundingBox, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toStringprivate final double startX
private final double startY
private final double startZ
private EnchantGlyphParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
public ParticleTextureSheet getType()
public int getColorMultiplier(float tint)
getColorMultiplier in class Particle