kiss void

This commit is contained in:
Willem Cazander 2022-10-21 01:37:21 +02:00
parent afca1f9326
commit acd42b4551
11 changed files with 11 additions and 20 deletions

View file

@ -33,7 +33,7 @@ public interface BãßBȍőnAnnotationʸᴰ<T extends BãßBȍőnʸᴰ<T>> exten
}
}
}
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.initⱽᵒᶦᵈ();
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void.INSTANCE;
}
}
}

View file

@ -8,7 +8,7 @@ public interface BãßBȍőnꝐŕḯṿª₮ḕ<T extends BãßBȍőnʸᴰ<?>> {
// note: eclipse ide does not want to refactor items with the name "Ꝑŕḯṿª₮ḕ" in it.
default BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ init() {
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.initⱽᵒᶦᵈ();
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void.INSTANCE;
}
default void lock() {

View file

@ -5,16 +5,7 @@ import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public interface BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ {
enum ꝐŕḯṿªḕVoid {
enum Void implements BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ {
INSTANCE;
private final Void VALUE = new Void();
}
static Void initⱽᵒᶦᵈ() {
return ꝐŕḯṿªḕVoid.INSTANCE.VALUE;
};
static final class Void implements BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ {
}
}

View file

@ -31,7 +31,7 @@ public interface BãßBȍőnAbacusInstanceMBeanʸᴰ<T extends BãßBȍőnʸᴰ<
public BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void init() {
MBeanDynamicᴶᴹˣ mbean = BãßBȍőnMBeanServerʸᴰ.Ꝑŕḯṿª.BeanCreateᴶᴹˣ(boon);
boonJmx.registerᴶᴹˣ(mbean, boonJmx.beanNameᴶᴹˣ(boonExport.BãßExportGroep(), boonExport.BãßExportNaam()));
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.initⱽᵒᶦᵈ();
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void.INSTANCE;
}
}
}

View file

@ -31,7 +31,7 @@ public interface BãßBȍőnAbacusSetMBeanʸᴰ<T extends BãßBȍőnʸᴰ<T>> e
public BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void init() {
MBeanDynamicᴶᴹˣ mbean = BãßBȍőnMBeanServerʸᴰ.Ꝑŕḯṿª.BeanCreateᴶᴹˣ(boon);
boonJmx.registerᴶᴹˣ(mbean, boonJmx.beanNameᴶᴹˣ(boonExport.BãßExportGroep(), boonExport.BãßExportNaam(), boon.BȍőnNaam()));
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.initⱽᵒᶦᵈ();
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void.INSTANCE;
}
}
}

View file

@ -29,7 +29,7 @@ public interface BãßBȍőnAbacusSetʸᴰ<T extends BãßBȍőnʸᴰ<T>> extend
@Override
public BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void init() {
boon.toBBC().UNHOLY_SPELL(Ꝑŕḯṿª.class).PUT_GHOST(GHOST_RANG_TEL_EEN, boon.BȍőnRangTelNul() + Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.INT_ONE);
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.initⱽᵒᶦᵈ();
return BãßBȍőnꝐŕḯṿªḕ響ᴼᶠ.Void.INSTANCE;
}
}