package appeng.api.parts; public interface IBoxProvider { /** * add your collision information to the the list. * * @param boxes collision boxes */ void getBoxes(IPartCollisionHelper boxes); }