public class ParticleSpell extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
ParticleSpell.AmbientMobFactory |
static class |
ParticleSpell.Factory |
static class |
ParticleSpell.InstantFactory |
static class |
ParticleSpell.MobFactory |
static class |
ParticleSpell.WitchFactory |
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 |
ParticleSpell(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn,
double p_i1229_8_,
double ySpeed,
double p_i1229_12_) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTransparent() |
void |
onUpdate() |
void |
renderParticle(VertexBuffer worldRendererIn,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
setBaseSpellTextureIndex(int baseSpellTextureIndexIn) |
getBlueColorF, getBrightnessForRender, getEntityBoundingBox, getFXLayer, getGreenColorF, getRedColorF, isAlive, moveEntity, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setEntityBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, toString
protected ParticleSpell(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double p_i1229_8_, double ySpeed, double p_i1229_12_)
public boolean isTransparent()
isTransparent
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
public void setBaseSpellTextureIndex(int baseSpellTextureIndexIn)