aboutsummaryrefslogtreecommitdiff
path: root/main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2015-06-24 19:34:37 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2015-06-24 19:34:37 +0200
commit6591e802e925a1f57d62b8d506936d6d5e9fde3c (patch)
tree53e53ff64d2902c639951bd1d41f942ee171f836 /main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java
parent55c596b008807a7cb4b58422efd07636425be1e2 (diff)
parenta1504799f44ba2debdfef06317f24e7f9c1129d6 (diff)
downloadGT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.tar.gz
GT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.tar.bz2
GT5-Unofficial-6591e802e925a1f57d62b8d506936d6d5e9fde3c.zip
Merge pull request #71 from aerospark/devel
Linenumber strip Well, let's try this, but i'm not going trough all classes to make sure there is nothing broken.
Diffstat (limited to 'main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java')
-rw-r--r--main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java b/main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java
index 0528980387..c00914698f 100644
--- a/main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java
+++ b/main/java/gregtech/common/gui/GT_GUIContainer_ChestBuffer.java
@@ -1,25 +1,25 @@
-/* 1: */ package gregtech.common.gui;
-/* 2: */
-/* 3: */ import gregtech.api.gui.GT_GUIContainerMetaTile_Machine;
-/* 4: */ import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
-/* 5: */ import net.minecraft.entity.player.InventoryPlayer;
-/* 6: */
-/* 7: */ public class GT_GUIContainer_ChestBuffer
-/* 8: */ extends GT_GUIContainerMetaTile_Machine
-/* 9: */ {
-/* 10: */ public GT_GUIContainer_ChestBuffer(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity)
-/* 11: */ {
-/* 12:11 */ super(new GT_Container_ChestBuffer(aInventoryPlayer, aTileEntity), "gregtech:textures/gui/ChestBuffer.png");
-/* 13: */ }
-/* 14: */
-/* 15: */ protected void drawGuiContainerBackgroundLayer(float par1, int par2, int par3)
-/* 16: */ {
-/* 17:16 */ super.drawGuiContainerBackgroundLayer(par1, par2, par3);
-/* 18:17 */ int x = (this.width - this.xSize) / 2;
-/* 19:18 */ int y = (this.height - this.ySize) / 2;
-/* 20:19 */ drawTexturedModalRect(x, y, 0, 0, this.xSize, this.ySize);
-/* 21: */ }
-/* 22: */ }
+package gregtech.common.gui;
+
+import gregtech.api.gui.GT_GUIContainerMetaTile_Machine;
+import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
+import net.minecraft.entity.player.InventoryPlayer;
+
+public class GT_GUIContainer_ChestBuffer
+ extends GT_GUIContainerMetaTile_Machine
+{
+ public GT_GUIContainer_ChestBuffer(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity)
+ {
+ super(new GT_Container_ChestBuffer(aInventoryPlayer, aTileEntity), "gregtech:textures/gui/ChestBuffer.png");
+ }
+
+ protected void drawGuiContainerBackgroundLayer(float par1, int par2, int par3)
+ {
+ super.drawGuiContainerBackgroundLayer(par1, par2, par3);
+ int x = (this.width - this.xSize) / 2;
+ int y = (this.height - this.ySize) / 2;
+ drawTexturedModalRect(x, y, 0, 0, this.xSize, this.ySize);
+ }
+}
/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar