Examples of addLaser()


Examples of logisticspipes.pipes.basic.LogisticsTileGenericPipe.addLaser()

  public void processPacket(EntityPlayer player) {
    LogisticsTileGenericPipe tile = this.getPipe(player.getEntityWorld());
    if(remove) {
      tile.removeLaser(dir, getColor(), isRenderBall());
    } else {
      tile.addLaser(dir, getLength(), getColor(), isReverse(), isRenderBall());
    }
  }
 
  @Override
  public void writeData(LPDataOutputStream data) throws IOException {
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.