Package logisticspipes.pipefxhandlers

Examples of logisticspipes.pipefxhandlers.PipeFXLaserPowerBeam


  }

  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);
     
    }
View Full Code Here

TOP

Related Classes of logisticspipes.pipefxhandlers.PipeFXLaserPowerBeam

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.