public class MetaParticle extends Particle
age, canCollide, height, interpPosX, interpPosY, interpPosZ, 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(BufferBuilder buffer,
ActiveRenderInfo entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multipleParticleScaleBy, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, tick, toStringprotected 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(BufferBuilder buffer, ActiveRenderInfo entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particlepublic IParticleRenderType getRenderType()
getRenderType in class Particle