Class FootStepParticle1_12_2

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
com.viaversion.viafabricplus.features.footstep_particle.FootStepParticle1_12_2

public final class FootStepParticle1_12_2 extends net.minecraft.client.particle.SingleQuadParticle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle

    net.minecraft.client.particle.SingleQuadParticle.FacingCameraMode, net.minecraft.client.particle.SingleQuadParticle.Layer

    Nested classes/interfaces inherited from class net.minecraft.client.particle.Particle

    net.minecraft.client.particle.Particle.LifetimeAlpha
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.Identifier
     
    static int
     

    Fields inherited from class net.minecraft.client.particle.SingleQuadParticle

    alpha, bCol, gCol, oRoll, quadSize, rCol, roll, sprite

    Fields inherited from class net.minecraft.client.particle.Particle

    age, bbHeight, bbWidth, friction, gravity, hasPhysics, level, lifetime, onGround, random, removed, speedUpWhenYMotionIsBlocked, x, xd, xo, y, yd, yo, z, zd, zo
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    extractRotatedQuad(net.minecraft.client.renderer.state.level.QuadParticleRenderState submittable, net.minecraft.client.Camera camera, org.joml.Quaternionf rotation, float tickProgress)
     
    protected net.minecraft.client.particle.SingleQuadParticle.Layer
     
    static void
     

    Methods inherited from class net.minecraft.client.particle.SingleQuadParticle

    extract, extractRotatedQuad, getFacingCameraMode, getGroup, getQuadSize, getU0, getU1, getV0, getV1, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toString

    Methods inherited from class net.minecraft.client.particle.Particle

    getBoundingBox, getLifetime, getLightCoords, getParticleLimit, isAlive, move, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, tick

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • ID

      public static final net.minecraft.resources.Identifier ID
    • RAW_ID

      public static int RAW_ID
  • Method Details

    • init

      public static void init()
    • getLayer

      protected net.minecraft.client.particle.SingleQuadParticle.Layer getLayer()
      Specified by:
      getLayer in class net.minecraft.client.particle.SingleQuadParticle
    • extractRotatedQuad

      protected void extractRotatedQuad(net.minecraft.client.renderer.state.level.QuadParticleRenderState submittable, net.minecraft.client.Camera camera, org.joml.Quaternionf rotation, float tickProgress)
      Overrides:
      extractRotatedQuad in class net.minecraft.client.particle.SingleQuadParticle