package gory_moon.moarsigns.util; import java.util.List; public interface IVariant { List<Integer> getMetas(); String getVariant(int meta); }