Examples of addBlockPlace()


Examples of com.epicsagaonline.bukkit.ChallengeMaps.objects.GameState.addBlockPlace()

      if (gs != null)
      {
        if (gs.getMap().getAllowBuilding())
        {
          Block blk = event.getBlock();
          gs.addBlockPlace(blk.getTypeId());
          gs.addBlockPlaceDistance(blk.getTypeId(), blk.getLocation());
          gs.addMapContents(blk.getTypeId());
        }
        else
        {
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.