package mhfc.net.common.util.function; @FunctionalInterface public interface FloatSupplier { float getAsFloat(); }