Examples of OfflineGroup


Examples of com.bergerkiller.bukkit.tc.storage.OfflineGroup

  public boolean restore() {
    if (this.isLoaded()) {
      return true;
    }
    // Load all the chunks of this group to trigger a restore
    OfflineGroup group = OfflineGroupManager.findGroup(this.trainname);
    if (group == null) {
      TrainProperties.remove(getTrainName());
      return false;
    }
    World world = Bukkit.getWorld(group.worldUUID);
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.