normalized normal classes

This commit is contained in:
Willem Cazander 2022-10-17 19:05:12 +02:00
parent 73a3e82eb0
commit c0ab3b4944
27 changed files with 89 additions and 86 deletions

View file

@ -1,10 +1,10 @@
package love.distributedrebirth.numberxd.base2t.part;
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinNailʸᴰ;
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ȍőnPartKeyʸᴰ implements BãßBȍőnCoffinNail {
DIAL_TONE,
CHINA_KEY,

View file

@ -2,7 +2,7 @@ package love.distributedrebirth.numberxd.base2t.part;
import java.util.Map;
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpen;
import love.distributedrebirth.bassboonyd.DefaultEnumSetʸᴰ;
import love.distributedrebirth.bassboonyd.clazz.BãßBȍőnAuthor注;
import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª;
@ -16,12 +16,12 @@ public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends
@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ȍőnPartKeyʸᴰ.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ȍőnPartKeyʸᴰ.MAP_CHINA);
}
}