package com.atsuishio.superbwarfare.item; public interface EnergyStorageItem { int getMaxEnergy(); }