Examples of Range4D


Examples of mekanism.api.Range4D

      boolean power = worldObj.isBlockIndirectlyGettingPowered(xCoord, yCoord, zCoord);

      if(redstone != power)
      {
        redstone = power;
        Mekanism.packetHandler.sendToReceivers(new TileEntityMessage(Coord4D.get(this), getNetworkedData(new ArrayList())), new Range4D(Coord4D.get(this)));
      }
    }
  }
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.