Package com.bergerkiller.bukkit.tc.storage

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

Related Classes of com.bergerkiller.bukkit.tc.storage.OfflineGroup

Copyright © 2018 www.massapicom. 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.