public class ParticleSweepAttack extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
ParticleSweepAttack.Factory |
age, cameraViewDir, canCollide, height, interpPosX, interpPosY, interpPosZ, isExpired, maxAge, motionX, motionY, motionZ, onGround, particleAlpha, particleAngle, particleBlue, particleGravity, particleGreen, particleRed, particleScale, particleTexture, particleTextureIndexX, particleTextureIndexY, particleTextureJitterX, particleTextureJitterY, posX, posY, posZ, prevParticleAngle, prevPosX, prevPosY, prevPosZ, rand, width, world
Modifier | Constructor and Description |
---|---|
protected |
ParticleSweepAttack(TextureManager textureManagerIn,
World worldIn,
double x,
double y,
double z,
double p_i46582_9_,
double p_i46582_11_,
double p_i46582_13_) |
Modifier and Type | Method and Description |
---|---|
int |
getBrightnessForRender(float partialTick) |
int |
getFXLayer() |
void |
renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
tick() |
getBlueColorF, getBoundingBox, getGreenColorF, getMaxAge, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setSize, shouldDisableDepth, toString
protected ParticleSweepAttack(TextureManager textureManagerIn, World worldIn, double x, double y, double z, double p_i46582_9_, double p_i46582_11_, double p_i46582_13_)
public void renderParticle(BufferBuilder buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle
in class Particle
public int getBrightnessForRender(float partialTick)
getBrightnessForRender
in class Particle
public int getFXLayer()
getFXLayer
in class Particle