blob: 6320188770bcc9bf9430276127f750705dbac0c3 [file] [log] [blame] [raw]
package forestry.api.mail;
import net.minecraft.item.ItemStack;
public interface IStamps {
EnumPostage getPostage(ItemStack itemstack);
}