Nailed it

This commit is contained in:
Willem Cazander 2022-10-17 19:09:07 +02:00
parent c0ab3b4944
commit ae2ba14396
25 changed files with 89 additions and 89 deletions

View file

@ -16,7 +16,7 @@ import love.distributedrebirth.numberxd.base2t.part.T16PartHex;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
@BãßBȍőnInfo注(purpose = "The number base glyph scripts.")
@BãßBȍőnPackage注(name = "love.distributedrebirth.numberxd")
public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyphSetKeyʸᴰ> {
public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyphSetNail> {
// TODO: Move this into unicode4D and TyyPartXxx
LATIN_BASIC(
@ -180,27 +180,27 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
private BaseGlyphSet(BaseGlyphSetNumber numbers, BaseGlyphSetNumber hex, BaseGlyphSetNumber gematria, Boolean reverseScript) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.NUMBERS, numbers);
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.HEXIMALS, hex);
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.GEMATRIA, gematria);
BBC.PUT_OBJ(BaseGlyphSetKeyʸᴰ.REVERSE_SCRIPT, reverseScript); // TODO: ImGui workaround
BBC.PUT_OBJ(BaseGlyphSetNail.NUMBERS, numbers);
BBC.PUT_OBJ(BaseGlyphSetNail.HEXIMALS, hex);
BBC.PUT_OBJ(BaseGlyphSetNail.GEMATRIA, gematria);
BBC.PUT_OBJ(BaseGlyphSetNail.REVERSE_SCRIPT, reverseScript); // TODO: ImGui workaround
});
}
public BaseGlyphSetNumber BȍőnNumber10() {
return toBBC().GET_OBJ(BaseGlyphSetKeyʸᴰ.NUMBERS, BaseGlyphSetNumber.class);
return toBBC().GET_OBJ(BaseGlyphSetNail.NUMBERS, BaseGlyphSetNumber.class);
}
public BaseGlyphSetNumber BȍőnNumber16() {
return toBBC().GET_OBJ(BaseGlyphSetKeyʸᴰ.HEXIMALS, BaseGlyphSetNumber.class);
return toBBC().GET_OBJ(BaseGlyphSetNail.HEXIMALS, BaseGlyphSetNumber.class);
}
public BaseGlyphSetNumber BȍőnNumber27() {
return toBBC().GET_OBJ(BaseGlyphSetKeyʸᴰ.GEMATRIA, BaseGlyphSetNumber.class);
return toBBC().GET_OBJ(BaseGlyphSetNail.GEMATRIA, BaseGlyphSetNumber.class);
}
public Boolean BȍőnReverseScript() {
return toBBC().GET_BOOL(BaseGlyphSetKeyʸᴰ.REVERSE_SCRIPT);
return toBBC().GET_BOOL(BaseGlyphSetNail.REVERSE_SCRIPT);
}
public String BȍőnConvertTo(String numbers) {