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

@ -7,7 +7,7 @@ public interface BãßBȍőnCoffinNail {
String name();
static class None implements BãßBȍőnCoffinNail {
static final class None implements BãßBȍőnCoffinNail {
@Override
public String name() {

View file

@ -15,7 +15,7 @@ import love.distributedrebirth.bassboonyd.jmx.AttributeBooleanᴶᴹˣ;
import love.distributedrebirth.bassboonyd.jmx.DefaultEnumInstanceᴶᴹˣ;
import love.distributedrebirth.bassboonyd.jmx.CounterGuageᴶᴹˣ;
import love.distributedrebirth.bassboonyd.jmx.AttributeStringᴶᴹˣ;
import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartKeyʸᴰ;
import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartNail;
import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartʸᴰ;
import love.distributedrebirth.warpme.core.WaterBucket;
import love.distributedrebirth.warpme.core.WaterCipher;
@ -126,10 +126,10 @@ public enum Base2WarpCore implements DefaultEnumInstanceᴶᴹˣ<Base2WarpCore,B
for (WaterCipherHeartTone tone:heart.getHeartTones()) {
BãßBȍőnPartʸᴰ<?> bassTone = baseParts.get(tone.getPart());
@SuppressWarnings("unchecked")
BãßBȍőnCoffinOpen<BãßBȍőnPartKeyʸᴰ> coffin = BãßBȍőnCoffinOpen.class.cast(bassTone.toBBC());
coffin.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, tone.getDialTone());
coffin.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, tone.getChinaKey());
coffin.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, tone.getChinaValue());
BãßBȍőnCoffinOpen<BãßBȍőnPartNail> coffin = BãßBȍőnCoffinOpen.class.cast(bassTone.toBBC());
coffin.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, tone.getDialTone());
coffin.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, tone.getChinaKey());
coffin.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, tone.getChinaValue());
}
}
}

View file

@ -22,7 +22,7 @@ public interface BãßBȍőnPartAlt1ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
}
default String BȍőnAlt1Value() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE);
return toBBC().GET_STR(BãßBȍőnPartNail.ALT_1_VALUE);
}
default String BãßAlt1Name() {

View file

@ -22,7 +22,7 @@ public interface BãßBȍőnPartAlt2ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
}
default String BȍőnAlt2Value() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.ALT_2_VALUE);
return toBBC().GET_STR(BãßBȍőnPartNail.ALT_2_VALUE);
}
default String BãßAlt2Name() {

View file

@ -22,7 +22,7 @@ public interface BãßBȍőnPartAlt3ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
}
default String BȍőnAlt3Value() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.ALT_3_VALUE);
return toBBC().GET_STR(BãßBȍőnPartNail.ALT_3_VALUE);
}
default String BãßAlt3Name() {

View file

@ -22,7 +22,7 @@ public interface BãßBȍőnPartAlt4ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
}
default String BȍőnAlt4Value() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.ALT_4_VALUE);
return toBBC().GET_STR(BãßBȍőnPartNail.ALT_4_VALUE);
}
default String BãßAlt4Name() {

View file

@ -4,7 +4,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinNail;
import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public enum BãßBȍőnPartKeyʸᴰ implements BãßBȍőnCoffinNail {
public enum BãßBȍőnPartNail implements BãßBȍőnCoffinNail {
DIAL_TONE,
CHINA_KEY,

View file

@ -6,6 +6,6 @@ import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注;
public interface BãßBȍőnPartShiftBitsʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends BãßBȍőnPartʸᴰ<T> {
default Integer getShiftBits() {
return toBBC().GET_INT(BãßBȍőnPartKeyʸᴰ.SHIFT_BITS);
return toBBC().GET_INT(BãßBȍőnPartNail.SHIFT_BITS);
}
}

View file

@ -9,37 +9,37 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕ;
import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿªḕInit注;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")//
public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends DefaultEnumSetʸᴰ<T, BãßBȍőnPartKeyʸᴰ> {
public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends DefaultEnumSetʸᴰ<T, BãßBȍőnPartNail> {
public static class Ꝑŕḯṿª implements BãßBȍőnꝐŕḯṿª {
private static final String GHOST_KEY_LENGTH = "length";
@BãßBȍőnꝐŕḯṿªḕInit注()
private static void initMapTone(BãßBȍőnPartʸᴰ<?> boon) {
BãßBȍőnCoffinOpen.FROM(boon).PUT_MAP(BãßBȍőnPartKeyʸᴰ.MAP_TONE);
BãßBȍőnCoffinOpen.FROM(boon).PUT_MAP(BãßBȍőnPartNail.MAP_TONE);
}
@BãßBȍőnꝐŕḯṿªḕInit注()
private static void initMapChina(BãßBȍőnPartʸᴰ<?> boon) {
BãßBȍőnCoffinOpen.FROM(boon).PUT_MAP(BãßBȍőnPartKeyʸᴰ.MAP_CHINA);
BãßBȍőnCoffinOpen.FROM(boon).PUT_MAP(BãßBȍőnPartNail.MAP_CHINA);
}
}
default String BȍőnDialTone() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.DIAL_TONE);
return toBBC().GET_STR(BãßBȍőnPartNail.DIAL_TONE);
}
default String BȍőnChinaKey() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.CHINA_KEY);
return toBBC().GET_STR(BãßBȍőnPartNail.CHINA_KEY);
}
default String BȍőnChinaValue() {
return toBBC().GET_STR(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE);
return toBBC().GET_STR(BãßBȍőnPartNail.CHINA_VALUE);
}
@SuppressWarnings("unchecked")
default T BãßValueOfDialTone(String identifierTone) {
Map<String,Object> mapTone = toBBC().GET_MAP_OBJ(BãßBȍőnPartKeyʸᴰ.MAP_TONE);
Map<String,Object> mapTone = toBBC().GET_MAP_OBJ(BãßBȍőnPartNail.MAP_TONE);
if (mapTone.isEmpty()) {
mapTone.putAll(BãßInstancesToMap(v -> v.BȍőnDialTone()));
}
@ -48,7 +48,7 @@ public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends
@SuppressWarnings("unchecked")
default T BãßValueOfChinaKey(String chinaKey) {
Map<String,Object> mapChina = toBBC().GET_MAP_OBJ(BãßBȍőnPartKeyʸᴰ.MAP_CHINA);
Map<String,Object> mapChina = toBBC().GET_MAP_OBJ(BãßBȍőnPartNail.MAP_CHINA);
if (mapChina.isEmpty()) {
mapChina.putAll(BãßInstancesToMap(v -> v.BȍőnChinaKey()));
}

View file

@ -16,9 +16,9 @@ public enum T02PartBinary implements BãßBȍőnPartʸᴰ<T02PartBinary> {
private T02PartBinary(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
});
}
}

View file

@ -17,9 +17,9 @@ public enum T03PartTrit implements BãßBȍőnPartʸᴰ<T03PartTrit> {
private T03PartTrit(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
});
}
}

View file

@ -21,12 +21,12 @@ public enum T04PartQuad implements BãßBȍőnPartAlt3ʸᴰ<T04PartQuad> {
private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_3_VALUE, alt3Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_3_VALUE, alt3Value);
});
}

View file

@ -21,11 +21,11 @@ public enum T05PartPental implements BãßBȍőnPartAlt2ʸᴰ<T05PartPental> {
private T05PartPental(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_2_VALUE, alt2Value);
});
}
}

View file

@ -21,10 +21,10 @@ public enum T06PartSeximal implements BãßBȍőnPartAlt1ʸᴰ<T06PartSeximal> {
private T06PartSeximal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
});
}

View file

@ -22,10 +22,10 @@ public enum T07PartPlanIt implements BãßBȍőnPartAlt1ʸᴰ<T07PartPlanIt> {
private T07PartPlanIt(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
});
}
}

View file

@ -24,10 +24,10 @@ public enum T08PartOctal implements BãßBȍőnPartShiftBitsʸᴰ<T08PartOctal>
private T08PartOctal(String dialTone, String chinaKey, String chinaValue, int shiftBits) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.SHIFT_BITS, Integer.valueOf(shiftBits));
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.SHIFT_BITS, Integer.valueOf(shiftBits));
});
}

View file

@ -23,9 +23,9 @@ public enum T09PartNonary implements BãßBȍőnPartʸᴰ<T09PartNonary> {
private T09PartNonary(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
});
}
}

View file

@ -26,11 +26,11 @@ public enum T10PartDecimal implements BãßBȍőnPartAlt2ʸᴰ<T10PartDecimal> {
private T10PartDecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_2_VALUE, alt2Value);
});
}
}

View file

@ -26,10 +26,10 @@ public enum T11PartUndecimal implements BãßBȍőnPartAlt1ʸᴰ<T11PartUndecima
private T11PartUndecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
});
}
}

View file

@ -27,10 +27,10 @@ public enum T12PartUncial implements BãßBȍőnPartAlt1ʸᴰ<T12PartUncial> {
private T12PartUncial(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
});
}
}

View file

@ -31,10 +31,10 @@ public enum T16PartHex implements BãßBȍőnPartAlt1ʸᴰ<T16PartHex> {
private T16PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
});
}

View file

@ -47,13 +47,13 @@ public enum T20PartScore implements BãßBȍőnPartAlt4ʸᴰ<T20PartScore> {
private T20PartScore(String dialTone, String chinaKey, String chinaValue,
String alt1Value, String alt2Value, String alt3Value, String alt4Value) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_3_VALUE, alt3Value);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.ALT_4_VALUE, alt4Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_1_VALUE, alt1Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_2_VALUE, alt2Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_3_VALUE, alt3Value);
BBC.PUT_OBJ(BãßBȍőnPartNail.ALT_4_VALUE, alt4Value);
});
}

View file

@ -74,9 +74,9 @@ public enum T60PartSexagesimal implements BãßBȍőnPartʸᴰ<T60PartSexagesima
private T60PartSexagesimal(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.仙ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartKeyʸᴰ.CHINA_VALUE, chinaValue);
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);
});
}
}

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) {

View file

@ -4,7 +4,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinNail;
import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public enum BaseGlyphSetKeyʸᴰ implements BãßBȍőnCoffinNail {
public enum BaseGlyphSetNail implements BãßBȍőnCoffinNail {
NUMBERS,
GEMATRIA,