Interface QuadParticleRenderState.ParticleConsumer

Enclosing class:
QuadParticleRenderState
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QuadParticleRenderState.ParticleConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(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)
     
  • Method Details

    • consume

      void consume(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)