Class UuidUtils

java.lang.Object
com.velocitypowered.api.util.UuidUtils

public final class UuidUtils extends Object
Provides a small, useful selection of utilities for working with Minecraft UUIDs.
  • Method Details

    • fromUndashed

      public static UUID fromUndashed(String string)
      Converts from an undashed Mojang-style UUID into a Java UUID object.
      Parameters:
      string - the string to convert
      Returns:
      the UUID object
    • toUndashed

      public static String toUndashed(UUID uuid)
      Converts from a Java UUID object into an undashed Mojang-style UUID.
      Parameters:
      uuid - the UUID to convert
      Returns:
      the undashed UUID
    • generateOfflinePlayerUuid

      public static UUID generateOfflinePlayerUuid(String username)
      Generates a UUID for use for offline mode.
      Parameters:
      username - the username to use
      Returns:
      the offline mode UUID