@Deprecated public interface UuidCache
| Modifier and Type | Method and Description |
|---|---|
@NonNull UUID |
getExternalUUID(@NonNull UUID internalUuid)
Deprecated.
|
@NonNull UUID |
getUUID(@NonNull UUID mojangUuid)
Deprecated.
|
@Deprecated @NonNull UUID getUUID(@NonNull UUID mojangUuid)
When use-server-uuids is true, this returns the same UUID
instance.
mojangUuid - the UUID assigned by the server, through
Player#getUniqueId or
ProxiedPlayer#getUniqueId@Deprecated @NonNull UUID getExternalUUID(@NonNull UUID internalUuid)
internalUuid - the UUID used within LuckPerms, through
User#getUuid