public class ParticleBubblePop extends Particle
Modifier and Type | Class and Description |
---|---|
static class |
ParticleBubblePop.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 |
ParticleBubblePop(World p_i48832_1_,
double p_i48832_2_,
double p_i48832_4_,
double p_i48832_6_,
double p_i48832_8_,
double p_i48832_10_,
double p_i48832_12_) |
Modifier and Type | Method and Description |
---|---|
void |
renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
setParticleTextureIndex(int particleTextureIndex) |
void |
tick() |
getBlueColorF, getBoundingBox, getBrightnessForRender, getFXLayer, getGreenColorF, getMaxAge, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setParticleTexture, setPosition, setSize, shouldDisableDepth, toString
protected ParticleBubblePop(World p_i48832_1_, double p_i48832_2_, double p_i48832_4_, double p_i48832_6_, double p_i48832_8_, double p_i48832_10_, double p_i48832_12_)
public void renderParticle(BufferBuilder buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle
in class Particle
public void setParticleTextureIndex(int particleTextureIndex)
setParticleTextureIndex
in class Particle