Class QuadParticleRenderState.Storage

java.lang.Object
net.minecraft.client.renderer.state.QuadParticleRenderState.Storage
Enclosing class:
QuadParticleRenderState

static class QuadParticleRenderState.Storage extends Object
  • Field Details

    • capacity

      private int capacity
    • floatValues

      private float[] floatValues
    • intValues

      private int[] intValues
    • currentParticleIndex

      private int currentParticleIndex
  • Constructor Details

    • Storage

      Storage()
  • Method Details

    • add

      public void add(float pX, float pY, float pZ, float pXRot, float pYRot, float pZRot, float pWRot, float pQuadSize, float pU0, float pU1, float pV0, float pV1, int pColor, int pPackedLight)
    • forEachParticle

      public void forEachParticle(QuadParticleRenderState.ParticleConsumer pConsumer)
    • clear

      public void clear()
    • grow

      private void grow()
    • count

      public int count()