Merge pull request #156 from thatsIch/Semicolon

Semicolon
This commit is contained in:
Chris
2014-09-28 10:09:21 -07:00
62 changed files with 81 additions and 83 deletions
@@ -79,7 +79,7 @@ public class GuiSecurity extends GuiMEMonitorable
}
}
};
}
protected String getBackground()
{
@@ -57,7 +57,7 @@ public class GuiImgButton extends GuiButton implements ITooltip
return d.setting.equals( setting ) && d.value.equals( value );
}
};
}
class BtnAppearance
{
@@ -65,7 +65,7 @@ public class GuiImgButton extends GuiButton implements ITooltip
public int index;
public String DisplayName;
public String DisplayValue;
};
}
public boolean halfSize = false;
public String FillVar;
@@ -11,7 +11,7 @@ public class GuiProgressBar extends GuiButton implements ITooltip
public enum Direction
{
HORIZONTAL, VERTICAL
};
}
private ResourceLocation texture;
private int fill_u;
@@ -102,7 +102,7 @@ public class BusRenderHelper implements IPartRenderHelper
return false;
}
};
}
BoundBoxCalculator bbc = new BoundBoxCalculator();
@@ -126,7 +126,7 @@ public class RenderBlocksWorkaround extends RenderBlocks
lightHash = 0;
}
};
}
private LightingCache lightState = new LightingCache();