public static class FireworkParticle.Overlay extends SpriteTexturedParticle
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 and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
float |
getScale(float p_217561_1_) |
void |
renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
getMaxU, getMaxV, getMinU, getMinV, selectSpriteRandomly, selectSpriteWithAge, setSprite
multipleParticleScaleBy
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toString
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public void renderParticle(IVertexBuilder buffer, ActiveRenderInfo renderInfo, float partialTicks)
renderParticle
in class TexturedParticle
public float getScale(float p_217561_1_)
getScale
in class TexturedParticle