package com.yolp900.itsjustacharm.common.blocks.base; public interface IModBlock { void registerBlock(); void registerRender(); }