diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
| commit | 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch) | |
| tree | e8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/crop_harvestors/BlowerGui.java | |
| parent | ffe23313fb7421b0a1849b420baf708999023f7b (diff) | |
License, readme and stuff
Diffstat (limited to 'ihl/crop_harvestors/BlowerGui.java')
| -rw-r--r-- | ihl/crop_harvestors/BlowerGui.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ihl/crop_harvestors/BlowerGui.java b/ihl/crop_harvestors/BlowerGui.java index f74ac51..bedee1f 100644 --- a/ihl/crop_harvestors/BlowerGui.java +++ b/ihl/crop_harvestors/BlowerGui.java @@ -21,14 +21,6 @@ public class BlowerGui extends GuiContainer { }
@Override
- public void initGui()
- {
- super.initGui();
- int x = (width - xSize) / 2;
- int y = (height - ySize) / 2;
- }
-
- @Override
protected void drawGuiContainerForegroundLayer(int param1, int param2) {
//the parameters for drawString are: string, x, y, color
String title = StatCollector.translateToLocal("tile.blowerBlock.name");
|
