Force unholy to be private
This commit is contained in:
parent
5c9bca88e3
commit
83c0b06ec2
|
@ -79,7 +79,7 @@ public interface BãßBȍőnCoffinOpenʸᴰ<T extends BãßBȍőnCoffinStoreKey
|
|||
}
|
||||
|
||||
@Override
|
||||
public BãßBȍőnCoffinGhostʸᴰ UNHOLY(Class<?> familyName) {
|
||||
public BãßBȍőnCoffinGhostʸᴰ UNHOLY(Class<? extends BãßBȍőnꝐŕḯṿª₮ḕ> familyName) {
|
||||
BãßBȍőnFamilyGrave familyGhosts = familyGrave.get(familyName);
|
||||
if (familyGhosts == null) {
|
||||
familyGhosts = new BãßBȍőnFamilyGrave();
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Map;
|
|||
@BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface BãßBȍőnCoffinʸᴰ<T extends BãßBȍőnCoffinStoreKeyʸᴰ> {
|
||||
|
||||
BãßBȍőnCoffinGhostʸᴰ UNHOLY(Class<?> familyName);
|
||||
BãßBȍőnCoffinGhostʸᴰ UNHOLY(Class<? extends BãßBȍőnꝐŕḯṿª₮ḕ> familyName);
|
||||
|
||||
Object GET_OBJ(T key);
|
||||
|
||||
|
|
|
@ -2,4 +2,5 @@ package love.distributedrebirth.bassboonyd;
|
|||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface BãßBȍőnꝐŕḯṿª₮ḕ {
|
||||
// note: eclipse ide does not want to refactor items with the name "Ꝑŕḯṿª₮ḕ" in it.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue