Merge pull request #207 from yueh/performance-optimizations
Some performance or memory optimizations
This commit is contained in:
@@ -33,7 +33,7 @@ import appeng.core.localization.ButtonToolTips;
|
||||
public class GuiImgButton extends GuiButton implements ITooltip
|
||||
{
|
||||
|
||||
class EnumPair
|
||||
static class EnumPair
|
||||
{
|
||||
|
||||
final Enum setting;
|
||||
@@ -63,7 +63,7 @@ public class GuiImgButton extends GuiButton implements ITooltip
|
||||
|
||||
}
|
||||
|
||||
class BtnAppearance
|
||||
static class BtnAppearance
|
||||
{
|
||||
|
||||
public int index;
|
||||
|
||||
@@ -23,7 +23,7 @@ public class RenderBlocksWorkaround extends RenderBlocks
|
||||
public EnumSet<ForgeDirection> renderFaces = EnumSet.allOf( ForgeDirection.class );
|
||||
public EnumSet<ForgeDirection> faces = EnumSet.allOf( ForgeDirection.class );
|
||||
|
||||
private class LightingCache implements ISimplifiedBundle
|
||||
private static class LightingCache implements ISimplifiedBundle
|
||||
{
|
||||
|
||||
public IIcon rXPos;
|
||||
|
||||
Reference in New Issue
Block a user