diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuad.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuad.java index e18b66a7..49cf0364 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuad.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuad.java @@ -7,26 +7,28 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnClassInfoʸᴰ; @BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") @BãßBȍőnClassInfoʸᴰ(name = "T04PartQuad", purpose = "The distribution by 4 (xiān shàng zhǔ tiān).") -@BãßBȍőnPartAlt1Infoʸᴰ(name = "Cardinal direction key", website = "https://simple.wikipedia.org/wiki/Cardinal_direction") -@BãßBȍőnPartAlt2Infoʸᴰ(name = "Cardinal direction value", website = "https://simple.wikipedia.org/wiki/Cardinal_direction") -public enum T04PartQuad implements BãßBȍőnPartAlt2ʸᴰ { +@BãßBȍőnPartAlt1Infoʸᴰ(name = "Cardinal direction china", website = "https://zh.wikipedia.org/wiki/罗盘方位") +@BãßBȍőnPartAlt2Infoʸᴰ(name = "Cardinal direction key", website = "https://simple.wikipedia.org/wiki/Cardinal_direction") +@BãßBȍőnPartAlt3Infoʸᴰ(name = "Cardinal direction value", website = "https://simple.wikipedia.org/wiki/Cardinal_direction") +public enum T04PartQuad implements BãßBȍőnPartAlt3ʸᴰ { - PART_1("˥","仙","HallA [the immortal]","N","north"), - PART_2("꜒","上","above [the] ", "E","east"), - PART_3("꜖","主","lords [of]", "W","west"), - PART_4("˩","天","heaven","S","south"), + PART_1("˥","仙","HallA [the immortal]","北","N","north"), + PART_2("꜒","上","above [the] ", "東", "E","east"), + PART_3("꜖","主","lords [of]", "西", "W","west"), + PART_4("˩","天","heaven","南", "S","south"), ; private final BãßBȍőnCoffinOpenʸᴰ BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance(); public BãßBȍőnCoffinʸᴰ GET_BBC() { return BBC; } public static int LENGTH() { return values().length; }; - private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) { + private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) { 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.BOON_INIT(this); }