@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user