Added private Ꝑŕḯṿª₮ḕ() constructors
This commit is contained in:
parent
adbb400f13
commit
815b4a9073
14 changed files with 54 additions and 15 deletions
|
|
@ -9,10 +9,13 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕIn
|
|||
@BãßBȍőnAnnotation注(required = {BãßBȍőnPartAlt1注.class})
|
||||
public interface BãßBȍőnPartAlt1ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends BãßBȍőnPartʸᴰ<T> {
|
||||
|
||||
public static class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
public static final class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
private static final String GHOST_KEY_ALT1_NAME = "alt1Name";
|
||||
private static final String GHOST_KEY_ALT1_WEBSITE = "alt1Website";
|
||||
|
||||
private Ꝑŕḯṿª₮ḕ() {
|
||||
}
|
||||
|
||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||
private static void init(BãßBȍőnPartʸᴰ<?> boon) {
|
||||
BãßBȍőnPartAlt1注 anno = boon.getClass().getAnnotation(BãßBȍőnPartAlt1注.class);
|
||||
|
|
|
|||
|
|
@ -9,10 +9,13 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕIn
|
|||
@BãßBȍőnAnnotation注(required = {BãßBȍőnPartAlt2注.class})
|
||||
public interface BãßBȍőnPartAlt2ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends BãßBȍőnPartAlt1ʸᴰ<T> {
|
||||
|
||||
public static class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
public static final class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
private static final String GHOST_KEY_ALT2_NAME = "alt2Name";
|
||||
private static final String GHOST_KEY_ALT2_WEBSITE = "alt2Website";
|
||||
|
||||
private Ꝑŕḯṿª₮ḕ() {
|
||||
}
|
||||
|
||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||
private static void init(BãßBȍőnPartʸᴰ<?> boon) {
|
||||
BãßBȍőnPartAlt2注 anno = boon.getClass().getAnnotation(BãßBȍőnPartAlt2注.class);
|
||||
|
|
|
|||
|
|
@ -9,10 +9,13 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕIn
|
|||
@BãßBȍőnAnnotation注(required = {BãßBȍőnPartAlt3注.class})
|
||||
public interface BãßBȍőnPartAlt3ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends BãßBȍőnPartAlt2ʸᴰ<T> {
|
||||
|
||||
public static class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
public static final class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
private static final String GHOST_KEY_ALT3_NAME = "alt3Name";
|
||||
private static final String GHOST_KEY_ALT3_WEBSITE = "alt3Website";
|
||||
|
||||
private Ꝑŕḯṿª₮ḕ() {
|
||||
}
|
||||
|
||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||
private static void init(BãßBȍőnPartʸᴰ<?> boon) {
|
||||
BãßBȍőnPartAlt3注 anno = boon.getClass().getAnnotation(BãßBȍőnPartAlt3注.class);
|
||||
|
|
|
|||
|
|
@ -9,10 +9,13 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕIn
|
|||
@BãßBȍőnAnnotation注(required = {BãßBȍőnPartAlt4注.class})
|
||||
public interface BãßBȍőnPartAlt4ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends BãßBȍőnPartAlt3ʸᴰ<T> {
|
||||
|
||||
public static class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
public static final class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
private static final String GHOST_KEY_ALT4_NAME = "alt4Name";
|
||||
private static final String GHOST_KEY_ALT4_WEBSITE = "alt4Website";
|
||||
|
||||
private Ꝑŕḯṿª₮ḕ() {
|
||||
}
|
||||
|
||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||
private static void init(BãßBȍőnPartʸᴰ<?> boon) {
|
||||
BãßBȍőnPartAlt4注 anno = boon.getClass().getAnnotation(BãßBȍőnPartAlt4注.class);
|
||||
|
|
|
|||
|
|
@ -11,9 +11,12 @@ import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª₮ḕIn
|
|||
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")//
|
||||
public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends DefaultEnumSetʸᴰ<T, BãßBȍőnPartNail> {
|
||||
|
||||
public static class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
public static final class Ꝑŕḯṿª₮ḕ implements BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
private static final String GHOST_KEY_LENGTH = "length";
|
||||
|
||||
private Ꝑŕḯṿª₮ḕ() {
|
||||
}
|
||||
|
||||
@BãßBȍőnꝐŕḯṿª₮ḕInit注()
|
||||
private static void initMapTone(BãßBȍőnPartʸᴰ<?> boon) {
|
||||
BãßBȍőnCoffinOpen.FROM(boon).PUT_MAP(BãßBȍőnPartNail.MAP_TONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue