Class NbtComponentSerializer

java.lang.Object
com.loohp.limbo.utils.NbtComponentSerializer

public class NbtComponentSerializer extends Object
  • Method Details

    • tagComponentToJson

      public static com.google.gson.JsonElement tagComponentToJson(net.querz.nbt.tag.Tag<?> tag)
    • jsonComponentToTag

      public static net.querz.nbt.tag.Tag<?> jsonComponentToTag(com.google.gson.JsonElement component)
    • fromIntArray

      public static UUID fromIntArray(int[] parts)
    • toIntArray

      public static int[] toIntArray(UUID uuid)
    • toIntArray

      public static int[] toIntArray(long msb, long lsb)
    • parseUUID

      public static UUID parseUUID(String uuidString)