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 |
Modifier and Type | Field and Description |
---|---|
private int |
baseSpellTextureIndex |
private static java.util.Random |
RANDOM |
cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, motionX, motionY, motionZ, onGround, particleAge, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleMaxAge, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world
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 |
---|---|
void |
onUpdate() |
void |
setBaseSpellTextureIndex(int baseSpellTextureIndexIn) |
boolean |
shouldDisableDepth() |
getBlueColorF, getBoundingBox, getBrightnessForRender, getFXLayer, getGreenColorF, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, renderParticle, resetPositionToBB, setAlphaF, setBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, toString
private static final java.util.Random RANDOM
private int baseSpellTextureIndex
protected ParticleSpell(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double p_i1229_8_, double ySpeed, double p_i1229_12_)
public boolean shouldDisableDepth()
shouldDisableDepth
in class Particle
public void setBaseSpellTextureIndex(int baseSpellTextureIndexIn)