diff options
Diffstat (limited to 'src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java')
-rw-r--r-- | src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java b/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java deleted file mode 100644 index 10c7fc2648..0000000000 --- a/src/main/java/gregtech/api/gui/GT_GUIContainer_DataAccess.java +++ /dev/null @@ -1,15 +0,0 @@ -package gregtech.api.gui; - -import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import net.minecraft.entity.player.InventoryPlayer; -import net.minecraft.util.ResourceLocation; - -import static gregtech.api.enums.GT_Values.RES_PATH_GUI; - -public class GT_GUIContainer_DataAccess extends GT_GUIContainer_4by4 { - - public GT_GUIContainer_DataAccess(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName) { - super(aInventoryPlayer, aTileEntity, aName); - mGUIbackground = new ResourceLocation(mGUIbackgroundPath = RES_PATH_GUI + "DataAccess.png"); - } -} |