diff options
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java')
-rw-r--r-- | src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java b/src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java index 91ada956bf..29b32b5d3b 100644 --- a/src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java +++ b/src/main/java/gregtech/api/interfaces/IGlobalWirelessEnergy.java @@ -2,11 +2,13 @@ package gregtech.api.interfaces; import static gregtech.common.misc.GlobalVariableStorage.*; -import gregtech.common.misc.GlobalEnergyWorldSavedData; import java.math.BigInteger; import java.util.UUID; + import net.minecraft.entity.player.EntityPlayer; +import gregtech.common.misc.GlobalEnergyWorldSavedData; + // If you are adding very late-game content feel free to tap into this interface. // The eventual goal is to bypass laser/dynamo stuff and have energy deposited directly from ultra-endgame // multi-blocks directly into the users network. |