package com.hypixel.hytale.function.function; @FunctionalInterface public interface ToFloatFunction<T> { float applyAsFloat(T var1); }