JPP: Movws dialtone and china key value from terminators constructor
This commit is contained in:
parent
037a8bfcb3
commit
631e1d8a25
58 changed files with 2081 additions and 2569 deletions
|
|
@ -37,85 +37,78 @@ import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAu
|
|||
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
// https://en.wikipedia.org/wiki/Chinese_zodiac
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
@Terminator注(slices = 60, duytsName = T060ᖟ.ₜₓₜName.class, duytsChina = T060ᖟ.ₜₓₜChina.class)
|
||||
public enum T060ᖟ implements Terminator𓄯<T060ᖟ> {
|
||||
|
||||
PART_1 ("˥˥","甲子"),
|
||||
PART_2 ("˥˦","乙丑"),
|
||||
PART_3 ("˥˧","丙寅"),
|
||||
PART_4 ("˥˨","丁卯"),
|
||||
PART_5 ("˥˩","戊辰"),
|
||||
PART_6 ("˥꜒","己巳"),
|
||||
PART_7 ("˥꜓","庚午"),
|
||||
PART_8 ("˥꜔","辛未"),
|
||||
PART_9 ("˥꜕","壬申"),
|
||||
PART_10("˥꜖","癸酉"),
|
||||
PART_11("˦˥","甲戌"),
|
||||
PART_12("˦˦","乙亥"),
|
||||
PART_13("˦˧","丙子"),
|
||||
PART_14("˦˨","丁丑"),
|
||||
PART_15("˦˩","戊寅"),
|
||||
PART_16("˦꜒","己卯"),
|
||||
PART_17("˦꜓","庚辰"),
|
||||
PART_18("˦꜔","辛巳"),
|
||||
PART_19("˦꜕","壬午"),
|
||||
PART_20("˦꜖","癸未"),
|
||||
PART_21("˧˥","甲申"),
|
||||
PART_22("˧˦","乙酉"),
|
||||
PART_23("˧˧","丙戌"),
|
||||
PART_24("˧˨","丁亥"),
|
||||
PART_25("˧˩","戊子"),
|
||||
PART_26("˧꜒","己丑"),
|
||||
PART_27("˧꜓","庚寅"),
|
||||
PART_28("˧꜔","辛卯"),
|
||||
PART_29("˧꜕","壬辰"),
|
||||
PART_30("˧꜖","癸巳"),
|
||||
PART_31("˨˥","甲午"),
|
||||
PART_32("˨˦","乙未"),
|
||||
PART_33("˨˧","丙申"),
|
||||
PART_34("˨˨","丁酉"),
|
||||
PART_35("˨˩","戊戌"),
|
||||
PART_36("˨꜒","己亥"),
|
||||
PART_37("˨꜓","庚子"),
|
||||
PART_38("˨꜔","辛丑"),
|
||||
PART_39("˨꜕","壬寅"),
|
||||
PART_40("˨꜖","癸卯"),
|
||||
PART_41("˩˥","甲辰"),
|
||||
PART_42("˩˦","乙巳"),
|
||||
PART_43("˩˧","丙午"),
|
||||
PART_44("˩˨","丁未"),
|
||||
PART_45("˩˩","戊申"),
|
||||
PART_46("˩꜒","己酉"),
|
||||
PART_47("˩꜓","庚戌"),
|
||||
PART_48("˩꜔","辛亥"),
|
||||
PART_49("˩꜕","壬子"),
|
||||
PART_50("˩꜖","癸丑"),
|
||||
PART_51("꜒˥","甲寅"),
|
||||
PART_52("꜒˦","乙卯"),
|
||||
PART_53("꜒˧","丙辰"),
|
||||
PART_54("꜒˨","丁巳"),
|
||||
PART_55("꜒˩","戊午"),
|
||||
PART_56("꜒꜒","己未"),
|
||||
PART_57("꜒꜓","庚申"),
|
||||
PART_58("꜒꜔","辛酉"),
|
||||
PART_59("꜒꜕","壬戌"),
|
||||
PART_60("꜒꜖","癸亥"),
|
||||
PART_1,
|
||||
PART_2,
|
||||
PART_3,
|
||||
PART_4,
|
||||
PART_5,
|
||||
PART_6,
|
||||
PART_7,
|
||||
PART_8,
|
||||
PART_9,
|
||||
PART_10,
|
||||
PART_11,
|
||||
PART_12,
|
||||
PART_13,
|
||||
PART_14,
|
||||
PART_15,
|
||||
PART_16,
|
||||
PART_17,
|
||||
PART_18,
|
||||
PART_19,
|
||||
PART_20,
|
||||
PART_21,
|
||||
PART_22,
|
||||
PART_23,
|
||||
PART_24,
|
||||
PART_25,
|
||||
PART_26,
|
||||
PART_27,
|
||||
PART_28,
|
||||
PART_29,
|
||||
PART_30,
|
||||
PART_31,
|
||||
PART_32,
|
||||
PART_33,
|
||||
PART_34,
|
||||
PART_35,
|
||||
PART_36,
|
||||
PART_37,
|
||||
PART_38,
|
||||
PART_39,
|
||||
PART_40,
|
||||
PART_41,
|
||||
PART_42,
|
||||
PART_43,
|
||||
PART_44,
|
||||
PART_45,
|
||||
PART_46,
|
||||
PART_47,
|
||||
PART_48,
|
||||
PART_49,
|
||||
PART_50,
|
||||
PART_51,
|
||||
PART_52,
|
||||
PART_53,
|
||||
PART_54,
|
||||
PART_55,
|
||||
PART_56,
|
||||
PART_57,
|
||||
PART_58,
|
||||
PART_59,
|
||||
PART_60,
|
||||
;
|
||||
public final static T060ᖟ 亞 = T060ᖟ.PART_1;
|
||||
public final static T060ᖟ 亞ᵀᐞᑊᒻ = 亞.rȧñkNaarLaatste();
|
||||
private final static T060ᖟ[] 亞ᴬᴸᴸ = T060ᖟ.values(); // values() is a very slow method
|
||||
private final BãßBȍőnCoffinԲ ghostsInAShell = 亞ᶦᶦᶦ.thisʸᴰᐧᐧˡᶦᵍʰᵗˢᵃᵇᵉʳ(thisᵀᴮᵒⁿᵉ());
|
||||
|
||||
private T060ᖟ(String dialTone, String chinaKey) {
|
||||
StringBuilder chinaValue = new StringBuilder();
|
||||
chinaKey.codePoints().forEach(v -> chinaValue.append(Integer.toHexString(v).toUpperCase()));
|
||||
亞ᶦᶦᶦᶦ.thisʸᴰᐧᐧᶜᵒⁿˢᵗʳᵘᶜᵗᵒʳᐧᐧיהוה(thisᵀᴮᵒⁿᵉ(), dialTone, chinaKey, chinaValue.toString());
|
||||
}
|
||||
|
||||
private T060ᖟ(String dialTone, String chinaKey, String chinaValue) {
|
||||
亞ᶦᶦᶦᶦ.thisʸᴰᐧᐧᶜᵒⁿˢᵗʳᵘᶜᵗᵒʳᐧᐧיהוה(thisᵀᴮᵒⁿᵉ(), dialTone, chinaKey, chinaValue);
|
||||
private T060ᖟ() {
|
||||
亞ᶦᶦᶦᶦ.thisʸᴰᐧᐧᶜᵒⁿˢᵗʳᵘᶜᵗᵒʳᐧᐧיהוה(thisᵀᴮᵒⁿᵉ());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue