Package se.llbit.nbt

Examples of se.llbit.nbt.AnyTag.longValue()


      AnyTag spawnZ = result.get(".Data.Player.SpawnZ");
      AnyTag gameType = result.get(".Data.GameType");
      AnyTag randomSeed = result.get(".Data.RandomSeed");

      gameMode  = gameType.intValue(0);
      seed = randomSeed.longValue(0);

      playerX = posX.doubleValue();
      playerY = posY.doubleValue();
      playerZ = posZ.doubleValue();
      playerYaw = yaw.floatValue();
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.