package mods.tinker.common; public interface IMasterLogic { public void notifyChange(int x, int y, int z); }