Examples of changeDestroy()


Examples of logisticspipes.blocks.LogisticsSecurityTileEntity.changeDestroy()

    if(tile instanceof LogisticsSecurityTileEntity) {
      if(MainProxy.isClient(player.worldObj)) {
        tile.setClientDestroy(getInteger() == 1);
        handleClientSide(player);
      } else {
        tile.changeDestroy();
      }
    }
  }
 
  @SideOnly(Side.CLIENT)
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.