Examples of PipeFXLaserPowerBall


Examples of logisticspipes.pipefxhandlers.PipeFXLaserPowerBall

  }

  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);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.