public class ParticleFootStep extends Particle
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticleFootStep.Factory |
| Modifier and Type | Field and Description |
|---|---|
private TextureManager |
currentFootSteps |
private static ResourceLocation |
FOOTPRINT_TEXTURE |
private int |
footstepAge |
private int |
footstepMaxAge |
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 |
ParticleFootStep(TextureManager currentFootStepsIn,
World worldIn,
double xCoordIn,
double yCoordIn,
double zCoordIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFXLayer() |
void |
onUpdate() |
void |
renderParticle(BufferBuilder buffer,
Entity entityIn,
float partialTicks,
float rotationX,
float rotationZ,
float rotationYZ,
float rotationXY,
float rotationXZ) |
getBlueColorF, getBoundingBox, getBrightnessForRender, getGreenColorF, getRedColorF, isAlive, move, multipleParticleScaleBy, multiplyVelocity, nextTextureIndexX, resetPositionToBB, setAlphaF, setBoundingBox, setExpired, setMaxAge, setParticleTexture, setParticleTextureIndex, setPosition, setRBGColorF, setSize, shouldDisableDepth, toStringprivate static final ResourceLocation FOOTPRINT_TEXTURE
private int footstepAge
private final int footstepMaxAge
private final TextureManager currentFootSteps
protected ParticleFootStep(TextureManager currentFootStepsIn, World worldIn, double xCoordIn, double yCoordIn, double zCoordIn)
public void renderParticle(BufferBuilder buffer, Entity entityIn, float partialTicks, float rotationX, float rotationZ, float rotationYZ, float rotationXY, float rotationXZ)
renderParticle in class Particlepublic int getFXLayer()
getFXLayer in class Particle