package love.distributedrebirth.bassboon.death; import java.util.ArrayList; import java.util.HashMap; import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注; @BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") public interface BãßBȍőnCoffinGhostSpell extends BãßBȍőnCoffinGhost { Object PUT_GHOST(String key, Object value); default void PUT_GHOST_MAP(String key) { PUT_GHOST(key, new HashMap<>()); } default void PUT_GHOST_LIST(String key) { PUT_GHOST(key, new ArrayList<>()); } static BãßBȍőnCoffinGhostSpell castᴼᶠ(BãßBȍőnCoffinGhost death) { return (BãßBȍőnCoffinGhostSpell) death; } }