Interface ToFloatFunction<C>

All Known Implementing Classes:
Spline, Spline.FixedFloatFunction
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 aid
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 Laid;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