Class UuidUtils
java.lang.Object
com.velocitypowered.api.util.UuidUtils
Provides a small, useful selection of utilities for working with Minecraft UUIDs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUIDfromUndashed(String string) Converts from an undashed Mojang-style UUID into a JavaUUIDobject.static UUIDgenerateOfflinePlayerUuid(String username) Generates a UUID for use for offline mode.static StringtoUndashed(UUID uuid) Converts from a JavaUUIDobject into an undashed Mojang-style UUID.
-
Method Details
-
fromUndashed
-
toUndashed
-
generateOfflinePlayerUuid
-