package covers1624.powerconverters.util; public interface IUpdateTileWithCords { void onNeighboorChanged(int var1, int var2, int var3); }