package com.yolp900.itsjustacharm.common.items.base; public interface IModItem { void registerItem(); void registerRender(); }