aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-12-14 12:26:42 +0100
committerGitHub <noreply@github.com>2022-12-14 12:26:42 +0100
commit7702ea4cecfdf78e602ff314db1c9fd0fbfd454c (patch)
tree2d1da082e7a283d920ff017fca80fd46a1df23bd /src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
parented3b559004eef56cadc4382b1db2504c2fdf83a3 (diff)
parent12bfafdc2f2de09bdcbf31cf27c4809e2bd84b3b (diff)
downloadGT5-Unofficial-7702ea4cecfdf78e602ff314db1c9fd0fbfd454c.tar.gz
GT5-Unofficial-7702ea4cecfdf78e602ff314db1c9fd0fbfd454c.tar.bz2
GT5-Unofficial-7702ea4cecfdf78e602ff314db1c9fd0fbfd454c.zip
Merge pull request #49 from GTNewHorizons/feature/modular-ui
Migrate to ModularUI
Diffstat (limited to 'src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java')
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
index a989cc3886..f492d3c643 100644
--- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
+++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
@@ -28,7 +28,6 @@ import common.Blocks;
import gregtech.api.enums.Dyes;
import gregtech.api.enums.GT_Values;
import gregtech.api.enums.Textures.BlockIcons;
-import gregtech.api.gui.GT_GUIContainer_MultiMachine;
import gregtech.api.interfaces.IGlobalWirelessEnergy;
import gregtech.api.interfaces.IHatchElement;
import gregtech.api.interfaces.ITexture;
@@ -46,7 +45,6 @@ import java.util.function.Consumer;
import net.minecraft.block.Block;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.EntityPlayerMP;
-import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
@@ -473,11 +471,6 @@ public class GTMTE_LapotronicSuperCapacitor
return sTexture;
}
- public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) {
- return new GT_GUIContainer_MultiMachine(
- aPlayerInventory, aBaseMetaTileEntity, this.getLocalName(), "MultiblockDisplay.png");
- }
-
private String global_energy_user_uuid;
@Override