Interface ToFloatFunction<C>

All Known Subinterfaces:
Spline<C>
All Known Implementing Classes:
Spline.FixedFloatFunction, Spline.Implementation, VanillaTerrainParameters.class_7074, VanillaTerrainParameters.LocationFunction
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>
Mappings:
Namespace Name
official ajy
intermediary net/minecraft/class_6501
named net/minecraft/util/function/ToFloatFunction
  • Method Summary

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

    • apply

      float apply(C x)
      Mappings:
      Namespace Name Mixin selector
      official apply Lajy;apply(Ljava/lang/Object;)F
      intermediary apply Lnet/minecraft/class_6501;apply(Ljava/lang/Object;)F
      named apply Lnet/minecraft/util/function/ToFloatFunction;apply(Ljava/lang/Object;)F