}
private class LaserBallDataClient extends LaserBallData {
public LaserBallDataClient(float length, int timeout, int color) {
super(length, timeout);
this.entity = new PipeFXLaserPowerBall(pipe.getWorldObj(), new LPPosition((TileEntity)pipe), color, LogisticsTileRenderController.this.pipe);
Minecraft.getMinecraft().effectRenderer.addEffect(this.entity);
}