public class MetaParticle extends Particle
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 |
---|---|
protected |
MetaParticle(World p_i51020_1_,
double p_i51020_2_,
double p_i51020_4_,
double p_i51020_6_) |
protected |
MetaParticle(World p_i51021_1_,
double p_i51021_2_,
double p_i51021_4_,
double p_i51021_6_,
double p_i51021_8_,
double p_i51021_10_,
double p_i51021_12_) |
Modifier and Type | Method and Description |
---|---|
IParticleRenderType |
getRenderType() |
void |
renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multipleParticleScaleBy, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toString
protected MetaParticle(World p_i51020_1_, double p_i51020_2_, double p_i51020_4_, double p_i51020_6_)
protected MetaParticle(World p_i51021_1_, double p_i51021_2_, double p_i51021_4_, double p_i51021_6_, double p_i51021_8_, double p_i51021_10_, double p_i51021_12_)
public final void renderParticle(IVertexBuilder buffer, ActiveRenderInfo renderInfo, float partialTicks)
renderParticle
in class Particle
public IParticleRenderType getRenderType()
getRenderType
in class Particle