26 lines
805 B
Java
26 lines
805 B
Java
package love.distributedrebirth.bassboon.death;
|
||
|
||
import java.util.ArrayList;
|
||
import java.util.HashMap;
|
||
|
||
import ᴶᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.StringGhostKey;
|
||
import ᴶᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||
|
||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||
public interface BãßBȍőnCoffinGhostSpell extends BãßBȍőnCoffinGhost {
|
||
|
||
Object PUT_GHOST(StringGhostKey key, Object value);
|
||
|
||
default void PUT_GHOST_MAP(StringGhostKey key) {
|
||
PUT_GHOST(key, new HashMap<>());
|
||
}
|
||
|
||
default void PUT_GHOST_LIST(StringGhostKey key) {
|
||
PUT_GHOST(key, new ArrayList<>());
|
||
}
|
||
|
||
static BãßBȍőnCoffinGhostSpell castᴼᶠ(BãßBȍőnCoffinGhost death) {
|
||
return (BãßBȍőnCoffinGhostSpell) death;
|
||
}
|
||
}
|