package love.distributedrebirth.bassboonyd; import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注; @BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") public interface DefaultEnumBaseʸᴰ extends DefaultBãßBȍőnʸᴰ { // Bȍőn prefix is for set instance enum methods (called DefaultEnumSetʸᴰ) // Bãß prefix is for single instance enum methods (called DefaultEnumInstanceʸᴰ) int ordinal(); String name(); default String BȍőnNaam() { return name(); } @SuppressWarnings("unchecked") default T[] BãßInstances() { try { Object result = getClass().getMethod(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_VALUES).invoke(null); return (T[]) result; } catch (Exception e) { throw new RuntimeException(e); } } }