package think.rpgitems.power.types; public interface Power { public String getName(); }