aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces
diff options
context:
space:
mode:
authorMuramasa <haydenkilloh@gmail.com>2016-08-21 11:57:36 +0100
committerMuramasa <haydenkilloh@gmail.com>2016-08-21 11:57:36 +0100
commita0066b4a261acd9ddcdf60531e9dc72b53a97f4c (patch)
tree9d0c322f1d1f394ab4b7826164c7281af452ac6a /src/main/java/gregtech/api/interfaces
parent96b402648b21207c522ff25aea3282aeb86c806d (diff)
downloadGT5-Unofficial-a0066b4a261acd9ddcdf60531e9dc72b53a97f4c.tar.gz
GT5-Unofficial-a0066b4a261acd9ddcdf60531e9dc72b53a97f4c.tar.bz2
GT5-Unofficial-a0066b4a261acd9ddcdf60531e9dc72b53a97f4c.zip
General cleanup & MaterialProcessing
Diffstat (limited to 'src/main/java/gregtech/api/interfaces')
-rw-r--r--src/main/java/gregtech/api/interfaces/IMaterialRegistrator.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/interfaces/IMaterialRegistrator.java b/src/main/java/gregtech/api/interfaces/IMaterialRegistrator.java
new file mode 100644
index 0000000000..cc98f9fd7b
--- /dev/null
+++ b/src/main/java/gregtech/api/interfaces/IMaterialRegistrator.java
@@ -0,0 +1,5 @@
+package gregtech.api.interfaces;
+
+public interface IMaterialRegistrator {
+ void onMaterialsInit();
+}