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 x, float y, float z, float xRot, float yRot, float zRot, float wRot, float scale, float u0, float u1, float v0, float v1, int color, int lightCoords)
     
  • Method Details

    • consume

      void consume(float x, float y, float z, float xRot, float yRot, float zRot, float wRot, float scale, float u0, float u1, float v0, float v1, int color, int lightCoords)