package mods.eln.gui; import java.util.List; public interface ISlotWithComment { void getComment(List<String> list); }