1 2 3 4 5 6
package gregtech.api.interfaces; public interface IMaterialHandler { void onMaterialsInit(); }