package pack; public final class ItemGroupEvents { public interface ModifyEntries { void modifyEntries(int entries); } }