package net.minecraft.util; @FunctionalInterface public interface ToFloatFunction { float applyAsFloat(T value); }