public class ParticleItemPickup extends Particle
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world| Constructor and Description |
|---|
ParticleItemPickup(World worldIn,
Entity entityIn,
Entity targetEntityIn,
float yOffsetIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFXLayer() |
void |
renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
tick() |
getBlueColorF, getBoundingBox, getBrightnessForRender, getGreenColorF, getMaxAge, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setSize, shouldDisableDepth, toStringpublic void renderParticle(BufferBuilder buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particlepublic int getFXLayer()
getFXLayer in class Particle