summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2018-05-24 15:50:07 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2018-05-24 15:50:07 -0400
commit4f7ad220df0438b6f3382110577b53f29da46453 (patch)
tree07d5e7c812721753cdbe3df7226dad5dc3802c29 /src/main/java/darkknight/jewelrycraft/thirdparty/IThirdParty.java
parent01c8701b68986ccfa83e902515716838d6829311 (diff)
Update of all changes
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