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