package love.distributedrebirth.bassboon.death; import java.util.ArrayList; import java.util.HashMap; import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注; import love.distributedrebirth.bassboon.jpp.lang.StringGhostKey; @BãßBȍőnAuthor注(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; } }