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 x, float y, float z, float xRot, float yRot, float zRot, float wRot, float quadSize, float u0, float u1, float v0, float v1, int color, int packedLight)
    • forEachParticle

      public void forEachParticle(QuadParticleRenderState.ParticleConsumer consumer)
    • clear

      public void clear()
    • grow

      private void grow()
    • count

      public int count()