Interface LivingEntityEmissiveLayer.AlphaFunction<S extends LivingEntityRenderState>

Enclosing class:
LivingEntityEmissiveLayer<S extends LivingEntityRenderState, M extends EntityModel<S>>

public static interface LivingEntityEmissiveLayer.AlphaFunction<S extends LivingEntityRenderState>
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    apply(S state, float ageInTicks)
     
  • Method Details

    • apply

      float apply(S state, float ageInTicks)