public class ParticleMobAppearance extends Particle
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticleMobAppearance.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 |
ParticleMobAppearance(World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFXLayer() |
void |
renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
void |
tick() |
getBlueColorF, getBoundingBox, getBrightnessForRender, getGreenColorF, getMaxAge, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setColor, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setSize, shouldDisableDepth, toStringprotected ParticleMobAppearance(World worldIn, double xCoordIn, double yCoordIn, double zCoordIn)
public int getFXLayer()
getFXLayer in class Particlepublic void renderParticle(BufferBuilder buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particle