public class LavaParticle extends SpriteTexturedParticle
Modifier and Type | Class and Description |
---|---|
static class |
LavaParticle.Factory |
sprite
particleScale
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 |
LavaParticle(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn) |
Modifier and Type | Method and Description |
---|---|
int |
getBrightnessForRender(float partialTick) |
IParticleRenderType |
getRenderType() |
float |
getScale(float scaleFactor) |
void |
tick() |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
multipleParticleScaleBy, renderParticle
getBoundingBox, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
private LavaParticle(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn)
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public int getBrightnessForRender(float partialTick)
getBrightnessForRender
in class Particle
public float getScale(float scaleFactor)
getScale
in class TexturedParticle