maybe only use numbers
This commit is contained in:
parent
2abab0e02a
commit
695e28daae
11 changed files with 64 additions and 64 deletions
|
|
@ -8,7 +8,7 @@ import love.distributedrebirth.numberxd.base2t.part.ii.TerminatorPartᶦᶦ;
|
|||
// https://en.wikipedia.org/wiki/Chinese_dragon#Classical_depictions
|
||||
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnDuytsFlüstern注(purpose = "The distribution by 15 (dragons).")
|
||||
public enum T015PartPenta implements TerminatorPartᶦᶦ<T015PartPenta> {
|
||||
public enum T015PartPentadecimal implements TerminatorPartᶦᶦ<T015PartPentadecimal> {
|
||||
|
||||
// TODO: replace with global unique one char china key value.
|
||||
|
||||
|
|
@ -29,9 +29,9 @@ public enum T015PartPenta implements TerminatorPartᶦᶦ<T015PartPenta> {
|
|||
PART_15 ("˦˩","龍馬","dragon_horse"),
|
||||
;
|
||||
|
||||
public final static T015PartPenta STATIC = T015PartPenta.PART_1;
|
||||
public final static T015PartPentadecimal STATIC = T015PartPentadecimal.PART_1;
|
||||
|
||||
private T015PartPenta(String dialTone, String chinaKey, String chinaValue) {
|
||||
private T015PartPentadecimal(String dialTone, String chinaKey, String chinaValue) {
|
||||
TerminatorPartᶦᶦ.Ꝑŕḯṿª₮ḕ.יהוהʸᴰ(this, dialTone, enumPart -> {
|
||||
enumPart.PUT_OBJ(TerminatorBullet.CHINA_KEY, chinaKey);
|
||||
enumPart.PUT_OBJ(TerminatorBullet.CHINA_VALUE, chinaValue);
|
||||
|
|
@ -10,7 +10,7 @@ import love.distributedrebirth.numberxd.base2t.part.ii.TerminatorPartᶦᶦ;
|
|||
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnDuytsFlüstern注(purpose = "The distribution by 16 (elements).")
|
||||
@TerminatorPartAlt1注(name = "Hexadecimal", website = "https://en.wikipedia.org/wiki/Hexadecimal")
|
||||
public enum T016PartHex implements TerminatorPartAlt1ᶦᶦ<T016PartHex> {
|
||||
public enum T016PartHexadecimal implements TerminatorPartAlt1ᶦᶦ<T016PartHexadecimal> {
|
||||
|
||||
PART_1 ("˥","氫","hydrogen", "0"),
|
||||
PART_2 ("˦","氦","helium", "1"),
|
||||
|
|
@ -30,9 +30,9 @@ public enum T016PartHex implements TerminatorPartAlt1ᶦᶦ<T016PartHex> {
|
|||
PART_16("꜑","硫","sulfur", "F"),
|
||||
;
|
||||
|
||||
public final static T016PartHex STATIC = T016PartHex.PART_1;
|
||||
public final static T016PartHexadecimal STATIC = T016PartHexadecimal.PART_1;
|
||||
|
||||
private T016PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||
private T016PartHexadecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
|
||||
TerminatorPartᶦᶦ.Ꝑŕḯṿª₮ḕ.יהוהʸᴰ(this, dialTone, enumPart -> {
|
||||
enumPart.PUT_OBJ(TerminatorBullet.CHINA_KEY, chinaKey);
|
||||
enumPart.PUT_OBJ(TerminatorBullet.CHINA_VALUE, chinaValue);
|
||||
Loading…
Add table
Add a link
Reference in a new issue