Interface Object2FloatFunction<T>

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 Object2FloatFunction<T>
Mappings:
Namespace Name
named net/minecraft/util/function/Object2FloatFunction
intermediary net/minecraft/class_11887
official bgn
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    applyAsFloat(T object)
     
  • Method Details

    • applyAsFloat

      float applyAsFloat(T object)
      Mappings:
      Namespace Name Mixin selector
      named applyAsFloat Lnet/minecraft/util/function/Object2FloatFunction;applyAsFloat(Ljava/lang/Object;)F
      intermediary applyAsFloat Lnet/minecraft/class_11887;applyAsFloat(Ljava/lang/Object;)F
      official applyAsFloat Lbgn;applyAsFloat(Ljava/lang/Object;)F