Constant array init
This commit is contained in:
@@ -144,7 +144,7 @@ public class RenderBlockWireless extends BaseBlockRender<BlockWireless, TileWire
|
||||
|
||||
ri.setTemporaryRenderIcons( r, r, ExtraBlockTextures.BlockWirelessInside.getIcon(), ExtraBlockTextures.BlockWirelessInside.getIcon(), r, r );
|
||||
|
||||
final ForgeDirection[] sides = new ForgeDirection[] { ForgeDirection.EAST, ForgeDirection.WEST, ForgeDirection.UP, ForgeDirection.DOWN };
|
||||
final ForgeDirection[] sides = { ForgeDirection.EAST, ForgeDirection.WEST, ForgeDirection.UP, ForgeDirection.DOWN };
|
||||
|
||||
int s = 1;
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ public class Platform
|
||||
unitName = "J";
|
||||
}
|
||||
|
||||
final String[] preFixes = new String[] {
|
||||
final String[] preFixes = {
|
||||
"k",
|
||||
"M",
|
||||
"G",
|
||||
|
||||
Reference in New Issue
Block a user