package mhfc.net.common.util.function; @FunctionalInterface public interface ShortSupplier { short getAsShort(); }