Examples of useUnlocked()


Examples of net.mcft.copy.betterstorage.api.lock.ILockable.useUnlocked()

        double x = (box.minX + box.maxX) / 2;
        double y = (box.minY + box.maxY) / 2;
        double z = (box.minZ + box.maxZ) / 2;
        EntityItem item = WorldUtils.spawnItem(player.worldObj, x, y, z, lock);
        lockable.setLock(null);
      } else lockable.useUnlocked(player);
     
      return true;
    }
   
    return false;
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.