Interface ToFloatFunction<C>

All Known Subinterfaces:
Spline<C>
All Known Implementing Classes:
Spline.class_6738, Spline.FixedFloatFunction, 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 ajl
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 Lajl;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