public class ParticleRedstone extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
ParticleRedstone.Factory |
height, interpPosX, interpPosY, interpPosZ, isCollided, isExpired, motionX, motionY, motionZ, particleAge, particleAlpha, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevPosX, prevPosY, prevPosZ, rand, width, worldObj
Modifier | Constructor and Description |
---|---|
protected |
ParticleRedstone(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
float p_i46349_8_,
float p_i46349_9_,
float p_i46349_10_) |
protected |
ParticleRedstone(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
float p_i46350_8_,
float p_i46350_9_,
float p_i46350_10_,
float p_i46350_11_) |
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, toString
protected ParticleRedstone(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, float p_i46349_8_, float p_i46349_9_, float p_i46349_10_)
protected ParticleRedstone(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, float p_i46350_8_, float p_i46350_9_, float p_i46350_10_, float p_i46350_11_)
public void renderParticle(VertexBuffer worldRendererIn, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle
in class Particle