aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java')
-rw-r--r--src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java b/src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java
index b4223fb558..64c2198662 100644
--- a/src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java
+++ b/src/main/java/gtPlusPlus/api/interfaces/IGregtechPower.java
@@ -1,12 +1,13 @@
package gtPlusPlus.api.interfaces;
-import gregtech.api.interfaces.IDescribable;
-import gregtech.api.interfaces.tileentity.*;
import net.minecraft.block.Block;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
+import gregtech.api.interfaces.IDescribable;
+import gregtech.api.interfaces.tileentity.*;
+
public abstract interface IGregtechPower
extends IGearEnergyTileEntity, ITurnable, IGregTechDeviceInformation, IDescribable, IBasicEnergyContainer {
@@ -134,10 +135,9 @@ public abstract interface IGregtechPower
return true;
}
- /* boolean onPreTick(TilePoweredGT tilePoweredGT, long mTickTimer2);
-
- boolean onTick(TilePoweredGT iGregTechTileEntity, long mTickTimer2);
-
- boolean onPostTick(TilePoweredGT iGregTechTileEntity, long mTickTimer2);*/
+ /*
+ * boolean onPreTick(TilePoweredGT tilePoweredGT, long mTickTimer2); boolean onTick(TilePoweredGT
+ * iGregTechTileEntity, long mTickTimer2); boolean onPostTick(TilePoweredGT iGregTechTileEntity, long mTickTimer2);
+ */
}