2022-02-03 00:28:30 +01:00
|
|
|
package love.distributedrebirth.numberxd.base2t.glyph;
|
|
|
|
|
|
2022-02-03 14:20:48 +01:00
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAnnotationInfoʸᴰ;
|
2022-02-03 00:28:30 +01:00
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|
|
|
|
|
|
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-02-03 14:20:48 +01:00
|
|
|
@BãßBȍőnAnnotationInfoʸᴰ(required = {BãßBȍőnGlyphSetNumberInfoʸᴰ.class})
|
2022-02-03 00:28:30 +01:00
|
|
|
public interface BaseGlyphSetNumber {
|
|
|
|
|
|
|
|
|
|
default BaseGlyphSetNumberType BãßNumberType() {
|
|
|
|
|
return getClass().getAnnotation(BãßBȍőnGlyphSetNumberInfoʸᴰ.class).base();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String BȍőnCharFor(int number);
|
2022-02-03 13:21:40 +01:00
|
|
|
|
|
|
|
|
String BȍőnCharSeperator();
|
2022-02-03 00:28:30 +01:00
|
|
|
}
|