Nailed it
This commit is contained in:
parent
c0ab3b4944
commit
ae2ba14396
|
@ -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() {
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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,
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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()));
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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,
|
Loading…
Reference in a new issue