summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java')
-rwxr-xr-x[-rw-r--r--]src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java b/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
index 8aaba72..fe555ca 100644..100755
--- a/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
+++ b/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
@@ -1,23 +1,23 @@
package darkknight.jewelrycraft.thirdparty;
-/**
+/**
* @author MineMarteen from Pneumaticraft
*/
-public interface IThirdParty{
+public interface IThirdParty {
- public void preInit();
+ public void preInit();
- public void init();
+ public void init();
- public void postInit();
+ public void postInit();
- /**
- * Gets called from the ClientProxy in the preInit.
- */
- public void clientSide();
+ /**
+ * Gets called from the ClientProxy in the preInit.
+ */
+ public void clientSide();
- /**
- * Gets called from the ClientProxy in the Init.
- */
- public void clientInit();
+ /**
+ * Gets called from the ClientProxy in the Init.
+ */
+ public void clientInit();
} \ No newline at end of file