Package com.comphenix.protocol.metrics

Examples of com.comphenix.protocol.metrics.Updater


     
      // Handle unexpected Minecraft versions
      MinecraftVersion version = verifyMinecraftVersion();
     
      // Set updater - this will not perform any update automatically
      updater = new Updater(this, BUKKIT_DEV_ID, getFile(), UpdateType.NO_DOWNLOAD, true);
     
      unhookTask = new DelayedSingleTask(this);
      protocolManager = PacketFilterManager.newBuilder().
          classLoader(getClassLoader()).
          server(getServer()).
View Full Code Here

TOP

Related Classes of com.comphenix.protocol.metrics.Updater

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.