aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java
diff options
context:
space:
mode:
authorrepo-alt <wvk17@yandex.ru>2023-03-14 22:17:26 +0300
committerGitHub <noreply@github.com>2023-03-14 20:17:26 +0100
commit1bfd3b2d668bae5253edd292e7a37ba47bb3f877 (patch)
treed158538288f9df68ae85718033305e157d936371 /src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java
parentf77689cb0ce4a8cecbd5958a5c51b7901525c5bf (diff)
downloadGT5-Unofficial-1bfd3b2d668bae5253edd292e7a37ba47bb3f877.tar.gz
GT5-Unofficial-1bfd3b2d668bae5253edd292e7a37ba47bb3f877.tar.bz2
GT5-Unofficial-1bfd3b2d668bae5253edd292e7a37ba47bb3f877.zip
Untangle IEnergyConnected and IHasWorldObjectAndCoords to allow FMP tiles to support IEnergyConnected (#1794)
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java b/src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java
index 44b59ffce1..4e64742db0 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java
@@ -3,7 +3,7 @@ package gregtech.api.interfaces.tileentity;
/**
* Interface for internal Code, which is mainly used for independent Energy conversion.
*/
-public interface IBasicEnergyContainer extends IEnergyConnected {
+public interface IBasicEnergyContainer extends IEnergyConnected, IHasWorldObjectAndCoords {
/**
* Gets if that Amount of Energy is stored inside the Machine. It is used for checking the contained Energy before