public class ItemPickupParticle extends Particle
canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world| Constructor and Description |
|---|
ItemPickupParticle(World worldIn,
Entity entityIn,
Entity targetEntityIn,
float yOffsetIn) |
| 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, toStringpublic IParticleRenderType getRenderType()
getRenderType in class Particlepublic void renderParticle(BufferBuilder buffer, ActiveRenderInfo entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particle