public class Barrier extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
Barrier.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 |
Barrier(World worldIn,
double p_i46286_2_,
double p_i46286_4_,
double p_i46286_6_,
Item p_i46286_8_) |
Modifier and Type | Method and Description |
---|---|
int |
getFXLayer() |
void |
renderParticle(VertexBuffer worldRendererIn,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
getBlueColorF, getBrightnessForRender, getEntityBoundingBox, getGreenColorF, getRedColorF, isAlive, isTransparent, moveEntity, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, onUpdate, resetPositionToBB, setAlphaF, setEntityBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, toString
public int getFXLayer()
getFXLayer
in class Particle
public void renderParticle(VertexBuffer worldRendererIn, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle
in class Particle