7 lines
128 B
Java
7 lines
128 B
Java
package mods.tinker.tconstruct.library.util;
|
|
|
|
public interface IMasterLogic
|
|
{
|
|
public void notifyChange(int x, int y, int z);
|
|
}
|