public class MobAppearanceParticle extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
MobAppearanceParticle.Factory |
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 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) |
void |
tick() |
getBoundingBox, getBrightnessForRender, getMaxAge, isAlive, move, multipleParticleScaleBy, multiplyVelocity, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setPosition, setSize, toString
public IParticleRenderType getRenderType()
getRenderType
in class Particle
public void renderParticle(BufferBuilder buffer, ActiveRenderInfo entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle
in class Particle