Interface ToFloatFunction<C>

All Known Subinterfaces:
CubicSpline<C>
All Known Implementing Classes:
CubicSpline.Constant, CubicSpline.Multipoint, TerrainShaper.Coordinate, TerrainShaper.CoordinateCustom
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 interface ToFloatFunction<C>
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    apply(C p_184786_)
     
  • Method Details

    • apply

      float apply(C p_184786_)