package mhfc.net.common.util.function; @FunctionalInterface public interface CharSupplier { char getAsChar(); }