All parameters on one line (for now)
Easier picking of 1.7 changes
This commit is contained in:
@@ -842,10 +842,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean recolourBlock(
|
||||
final EnumFacing side,
|
||||
final AEColor newPaintedColor,
|
||||
final EntityPlayer who )
|
||||
public boolean recolourBlock( final EnumFacing side, final AEColor newPaintedColor, final EntityPlayer who )
|
||||
{
|
||||
if( this.paintedColor == newPaintedColor )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user