public class ParticleNote extends Particle
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ParticleNote.Factory  | 
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isCollided, isExpired, motionX, motionY, motionZ, particleAge, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, worldObj| Modifier | Constructor and Description | 
|---|---|
protected  | 
ParticleNote(World worldIn,
            double xCoordIn,
            double yCoordIn,
            double zCoordIn,
            double p_i46353_8_,
            double p_i46353_10_,
            double p_i46353_12_)  | 
protected  | 
ParticleNote(World worldIn,
            double xCoordIn,
            double yCoordIn,
            double zCoordIn,
            double p_i1217_8_,
            double p_i1217_10_,
            double p_i1217_12_,
            float p_i1217_14_)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onUpdate()  | 
void | 
renderParticle(VertexBuffer worldRendererIn,
              Entity entityIn,
              float partialTicks,
              float rotationX,
              float rotationZ,
              float rotationYZ,
              float rotationXY,
              float rotationXZ)  | 
getBlueColorF, getBrightnessForRender, getEntityBoundingBox, getFXLayer, getGreenColorF, getRedColorF, isAlive, isTransparent, moveEntity, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setEntityBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, toStringprotected ParticleNote(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double p_i46353_8_, double p_i46353_10_, double p_i46353_12_)
protected ParticleNote(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double p_i1217_8_, double p_i1217_10_, double p_i1217_12_, float p_i1217_14_)
public void renderParticle(VertexBuffer worldRendererIn, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particle