Package com.comphenix.protocol.utility

Examples of com.comphenix.protocol.utility.SnapshotVersion


  }
 
  @Test
  public void testSnapshotVersion() {
    MinecraftVersion version = MinecraftVersion.fromServerVersion("git-Spigot-1119 (MC: 13w39b)");
    assertEquals(version.getSnapshot(), new SnapshotVersion("13w39b"));
  }
View Full Code Here

TOP

Related Classes of com.comphenix.protocol.utility.SnapshotVersion

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.