package net.knarcraft.factions; public interface PowerBoosted { double getPowerBoost(); void setPowerBoost(Double powerBoost); }