}
private class LaserBeamDataClient extends LaserBeamData {
public LaserBeamDataClient(float length, int timeout, boolean reverse, ForgeDirection dir, int color) {
super(length, timeout, reverse);
this.entity = new PipeFXLaserPowerBeam(pipe.getWorldObj(), new LPPosition((TileEntity)pipe), length, dir, color, LogisticsTileRenderController.this.pipe).setReverse(reverse);
Minecraft.getMinecraft().effectRenderer.addEffect(this.entity);
}